We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 38c7b75 + dc4d114 commit 544e317Copy full SHA for 544e317
.github/workflows/testing.yml
@@ -19,7 +19,7 @@ jobs:
19
run: |
20
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
21
- name: Cache dependencies
22
- uses: Swatinem/rust-cache@v2.7.8
+ uses: Swatinem/rust-cache@v2.8.0
23
- name: Run cargo clippy
24
run: cargo clippy --all-targets -- --deny warnings
25
fmt:
@@ -31,7 +31,7 @@ jobs:
31
32
33
34
35
- name: Run cargo fmt
36
run: cargo fmt --all -- --check
37
python-linting:
0 commit comments