We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5dcdb4 commit 20a573aCopy full SHA for 20a573a
.github/workflows/autofix.yml
@@ -47,7 +47,7 @@ jobs:
47
run: cargo +nightly fmt --all
48
- name: Cargo Clippy
49
run: cargo +nightly clippy --fix --allow-dirty --all-features --workspace -- -D warnings
50
- - uses: autofix-ci/action@ff86a557419858bb967097bfc916833f5647fa8c
+ - uses: autofix-ci/action@551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef
51
concurrency:
52
group: autofix-${{github.ref}}
53
cancel-in-progress: false
0 commit comments