File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - uses : actions/checkout@v4.2.2
18- - uses : Swatinem/rust-cache@v2.7.8
18+ - uses : Swatinem/rust-cache@v2.8.2
1919 - run : cargo check --all-targets
2020 env :
2121 RUSTFLAGS : " -D warnings"
2525 runs-on : ubuntu-latest
2626 steps :
2727 - uses : actions/checkout@v4.2.2
28- - uses : Swatinem/rust-cache@v2.7.8
28+ - uses : Swatinem/rust-cache@v2.8.2
2929 - run : cargo test
3030
3131 fmt :
3434 steps :
3535 - uses : actions/checkout@v4.2.2
3636 - run : rustup component add rustfmt
37- - uses : Swatinem/rust-cache@v2.7.8
37+ - uses : Swatinem/rust-cache@v2.8.2
3838 - run : cargo fmt -- --check
3939
4040 clippy :
4343 steps :
4444 - uses : actions/checkout@v4.2.2
4545 - run : rustup component add clippy
46- - uses : Swatinem/rust-cache@v2.7.8
46+ - uses : Swatinem/rust-cache@v2.8.2
4747 - run : cargo clippy -- --deny warnings --allow unknown_lints
You can’t perform that action at this time.
0 commit comments