Skip to content

Commit

Permalink
Adds golangci-lint to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ksysoev committed Aug 17, 2024
1 parent c610fc3 commit b3ea2b2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ jobs:

- name: Display Go version
run: go version

- name: Code Lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.55.2
- name: Build
run: go build -v .
- name: Test
Expand Down

0 comments on commit b3ea2b2

Please sign in to comment.