Skip to content

Commit

Permalink
chore: run linter on CI
Browse files Browse the repository at this point in the history
Signed-off-by: Norman Meier <[email protected]>
  • Loading branch information
n0izn0iz committed Jan 11, 2024
1 parent 401e458 commit 5d72f1b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ jobs:
- name: Check diff
run: git diff --exit-code

- name: Install golangci-lint
run: go install github.com/golangci/golangci-lint/cmd/[email protected]

- name: Lint
run: make lint

- name: Build
run: make build

Expand Down

0 comments on commit 5d72f1b

Please sign in to comment.