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 10, 2023
1 parent ca3c490 commit 16239d3
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 16239d3

Please sign in to comment.