File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 build :
66 runs-on : ubuntu-latest
77 steps :
8- - uses : actions/checkout@v4
8+ - uses : actions/checkout@v5
99 - uses : dtolnay/rust-toolchain@stable
1010 - run : cargo build --verbose
1111 fmt :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 - uses : dtolnay/rust-toolchain@stable
16+ with :
17+ components : rustfmt
1618 - run : cargo fmt --verbose --all --check
1719 test :
1820 runs-on : ubuntu-latest
1921 steps :
20- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v5
2123 - uses : dtolnay/rust-toolchain@stable
2224 - run : cargo test -- --nocapture
2325 clippy :
2426 runs-on : ubuntu-latest
2527 steps :
26- - uses : actions/checkout@v4
28+ - uses : actions/checkout@v5
2729 - uses : dtolnay/rust-toolchain@stable
2830 with :
2931 components : clippy
You can’t perform that action at this time.
0 commit comments