File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 19
19
runs-on : ubuntu-latest
20
20
steps :
21
21
- uses : actions/checkout@v4
22
- - uses : dtolnay/rust-toolchain@stable
23
- with :
24
- components : rustfmt
25
22
- uses : DavidAnson/markdownlint-cli2-action@v16
26
23
with :
27
24
globs : " exercises/**/*.md"
34
31
os : [ubuntu-latest, windows-latest, macOS-latest]
35
32
steps :
36
33
- uses : actions/checkout@v4
37
- - uses : dtolnay/rust-toolchain@stable
38
34
- uses : swatinem/rust-cache@v2
39
35
- name : Run cargo test
40
36
run : cargo test
Original file line number Diff line number Diff line change 57
57
- uses : actions/checkout@v4
58
58
with :
59
59
fetch-depth : 0
60
- - uses : dtolnay/rust-toolchain@stable
61
60
- uses : swatinem/rust-cache@v2
62
61
63
62
# If you use any mdbook plugins, here's the place to install them!
You can’t perform that action at this time.
0 commit comments