Skip to content

Commit 176243a

Browse files
committed
Test correcting action
1 parent dd2bae9 commit 176243a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rustfmt.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
with:
1717
components: rustfmt
1818
- name: Rustfmt Check
19-
uses: actions-rust-lang/rustfmt@v1
19+
uses: find . -type f -name "*.rs" | xargs rustfmt --check

0 commit comments

Comments
 (0)