We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 343f95b commit d472f51Copy full SHA for d472f51
.github/workflows/checks.yml
@@ -11,6 +11,6 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v4
14
- - run: cargo fmt --check
+ - run: cargo fmt --check -- **/*.rs
15
- run: cargo clippy --tests --features frivolity -- --deny warnings
16
- run: cargo test
0 commit comments