Skip to content

Commit

Permalink
Added go lint action to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
erka committed Oct 2, 2024
1 parent bcd84ec commit f53965c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,8 @@ jobs:

- name: Test
run: go test -v ./...

- name: Lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.61

0 comments on commit f53965c

Please sign in to comment.