Skip to content

Commit 7788ad3

Browse files
authoredJun 5, 2024
Update sksat/action-clippy action to v0.8.0
1 parent e09fbc5 commit 7788ad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: ./setup.sh
3838

3939
- name: reviewdog / clippy
40-
uses: sksat/action-clippy@v0.7.1
40+
uses: sksat/action-clippy@v0.8.0
4141
with:
4242
reporter: ${{ github.event_name == 'pull_request' && 'github-pr-review' || 'github-check' }}
4343
clippy_flags: --workspace --all-features

0 commit comments

Comments
 (0)
Failed to load comments.