Skip to content

Commit

Permalink
ci: add lint step
Browse files Browse the repository at this point in the history
  • Loading branch information
tobifroe committed Jul 13, 2024
1 parent f1db1d4 commit 2e089a3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: '1.22'

- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v6.0.1
- name: Test
run: make test

0 comments on commit 2e089a3

Please sign in to comment.