Skip to content

Commit

Permalink
Update revive step in test action
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbourgon committed Sep 28, 2023
1 parent 48b4143 commit 86c6c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
run: gofumpt -d -e -l .

- name: Run revive
run: revive --set_exit_status --exclude="./examples/..." ./...
run: revive --formatter=stylish --exclude=./examples/... ./...

- name: Run lint-parallel-tests
run: hack/lint-parallel-tests
Expand Down

0 comments on commit 86c6c25

Please sign in to comment.