Skip to content

Commit

Permalink
Debugging golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelattwood committed Jun 27, 2023
1 parent 96800e4 commit ac2a994
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:

- name: Lint
uses: golangci/golangci-lint-action@v3
with:
args: -v

- name: Run tests
run: make test
run: make test

0 comments on commit ac2a994

Please sign in to comment.