Skip to content

Commit

Permalink
Merge pull request #577 from ut-issl/feature/switch-clippy-reporter-o…
Browse files Browse the repository at this point in the history
…n-event

Switch action-clippy reporter on event
  • Loading branch information
sksat authored May 17, 2023
2 parents 784307c + f2c70fc commit aee2044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: reviewdog / clippy
uses: sksat/[email protected]
with:
reporter: github-pr-review
reporter: ${{ github.event_name == 'pull_request' && 'github-pr-review' || 'github-check' }}
clippy_flags: --all-features

- name: unit test
Expand Down

0 comments on commit aee2044

Please sign in to comment.