Skip to content

Commit

Permalink
Rustfmt does not expand macros when looking for submodules, explicitl…
Browse files Browse the repository at this point in the history
…y specify files to format.
  • Loading branch information
maneatingape committed Dec 27, 2024
1 parent 343f95b commit d472f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cargo fmt --check
- run: cargo fmt --check -- **/*.rs
- run: cargo clippy --tests --features frivolity -- --deny warnings
- run: cargo test

0 comments on commit d472f51

Please sign in to comment.