File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,22 +22,22 @@ jobs:
2222 - uses : DavidAnson/markdownlint-cli2-action@v16
2323 with :
2424 globs : " exercises/**/*.md"
25- - name : Run cargo fmt
25+ - name : rustfmt
2626 run : cargo fmt --all --check
2727 test :
2828 runs-on : ${{ matrix.os }}
2929 strategy :
3030 matrix :
31- os : [ubuntu-latest, windows-latest, macOS -latest]
31+ os : [ubuntu-latest, windows-latest, macos -latest]
3232 steps :
3333 - uses : actions/checkout@v4
3434 - uses : swatinem/rust-cache@v2
35- - name : Run cargo test
35+ - name : cargo test
3636 run : cargo test --workspace
3737 dev-check :
3838 runs-on : ubuntu-latest
3939 steps :
4040 - uses : actions/checkout@v4
4141 - uses : swatinem/rust-cache@v2
42- - name : Run rustlings dev check
42+ - name : rustlings dev check
4343 run : cargo run -- dev check --require-solutions
You can’t perform that action at this time.
0 commit comments