Skip to content

Commit d472f51

Browse files
committed
Rustfmt does not expand macros when looking for submodules, explicitly specify files to format.
1 parent 343f95b commit d472f51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4
14-
- run: cargo fmt --check
14+
- run: cargo fmt --check -- **/*.rs
1515
- run: cargo clippy --tests --features frivolity -- --deny warnings
1616
- run: cargo test

0 commit comments

Comments
 (0)