Skip to content

Commit

Permalink
Install Golint
Browse files Browse the repository at this point in the history
  • Loading branch information
Yasser Isa authored Feb 24, 2024
1 parent b5d6b13 commit 61fb52b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
go-version: ${{ matrix.go-version }}
id: go

- name: Install golint
run: |
go get -u golang.org/x/lint/golint
- name: Lint check
run: make lint

Expand Down

0 comments on commit 61fb52b

Please sign in to comment.