We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a506c7 commit f57bb46Copy full SHA for f57bb46
.github/workflows/ci.yml
@@ -14,5 +14,7 @@ jobs:
14
runs-on: bwrc
15
steps:
16
- uses: actions/checkout@v5
17
+ with:
18
+ clean: false
19
- run: cargo fmt --check
20
- run: cargo clippy --locked -- -D warnings
0 commit comments