Skip to content

Commit

Permalink
golangci action
Browse files Browse the repository at this point in the history
  • Loading branch information
jmelahman committed Dec 25, 2024
1 parent 4d03dec commit 52d9a4d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,6 @@ jobs:
run: go mod tidy
- name: Run tests
run: go test ./... -v

- uses: golangci/golangci-lint-action@v6
with:
version: latest

0 comments on commit 52d9a4d

Please sign in to comment.