Skip to content

Commit 571a740

Browse files
committed
Test correcting action
1 parent dd2bae9 commit 571a740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rustfmt.yml

Lines changed: 1 addition & 1 deletion
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+
run: find . -type f -name "*.rs" | xargs rustfmt --check

0 commit comments

Comments
 (0)