We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd2bae9 commit 176243aCopy full SHA for 176243a
.github/workflows/rustfmt.yml
@@ -16,4 +16,4 @@ jobs:
16
with:
17
components: rustfmt
18
- name: Rustfmt Check
19
- uses: actions-rust-lang/rustfmt@v1
+ uses: find . -type f -name "*.rs" | xargs rustfmt --check
0 commit comments