Skip to content

Commit

Permalink
Merge pull request #48 from arkedge/switch-clippy-action-reviewdog-re…
Browse files Browse the repository at this point in the history
…porter

Switch clippy action reviewdog reporter on push
  • Loading branch information
sksat authored Feb 8, 2024
2 parents 7188329 + 8cbaefb commit 79ae27f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,15 @@ jobs:
uses: Swatinem/[email protected]

- name: reviewdog / clippy
if: github.event_name == 'pull_request'
uses: sksat/[email protected]
with:
reporter: github-pr-review
- name: reviewdog / clippy
if: github.event_name == 'push'
uses: sksat/[email protected]
with:
reporter: github-check

- name: format
run: |
Expand Down

0 comments on commit 79ae27f

Please sign in to comment.