Skip to content

Commit

Permalink
Merge pull request #30 from YuukiToriyama/feature/add-clippy-on-githu…
Browse files Browse the repository at this point in the history
…b-actions-fix

PR実行時のClippyによる自動レビューの設定を変更
  • Loading branch information
YuukiToriyama authored Dec 4, 2023
2 parents 1a0e653 + 93dc1ec commit ed0fa94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
uses: giraffate/clippy-action@v1
with:
reporter: 'github-pr-review'
filter_mode: 'nofilter'
github_token: ${{ secrets.GITHUB_TOKEN }}
- name: Build check
run: cargo build --verbose
Expand Down

0 comments on commit ed0fa94

Please sign in to comment.