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.
1 parent 18e6a62 commit 2205405Copy full SHA for 2205405
.github/workflows/ci.yml
@@ -10,22 +10,22 @@ jobs:
10
runs-on: ubuntu-22.04
11
container: rust:1.60
12
steps:
13
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
14
- run: cargo build
15
- run: cargo test
16
17
lint:
18
19
container: rust:1.78
20
21
22
- run: rustup component add clippy
23
- run: cargo clippy --all-targets --all-features -- -D warnings
24
25
fmt:
26
27
28
29
30
- run: rustup component add rustfmt
31
- run: cargo fmt -- --check
0 commit comments