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 16279a8 commit 49c6711Copy full SHA for 49c6711
.github/workflows/autofix.yml
@@ -54,7 +54,7 @@ jobs:
54
run: cargo +nightly fmt --all
55
- name: Cargo Clippy
56
run: cargo +nightly clippy --fix --allow-dirty --all-features --workspace -- -D warnings
57
- - uses: autofix-ci/action@551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef
+ - uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27
58
concurrency:
59
group: autofix-${{github.ref}}
60
cancel-in-progress: false
0 commit comments