File tree 2 files changed +7
-6
lines changed
2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -29,12 +29,13 @@ jobs:
29
29
rustup default nightly
30
30
rustup component add rustfmt
31
31
32
- - name : Reformat
32
+ - name : Format the project
33
33
run : dprint fmt
34
34
35
- - uses : parkerbxyz/suggest-changes@v1
35
+ - name : Add PR suggestions for formatting changes
36
+ uses : parkerbxyz/suggest-changes@v1
36
37
37
- - name : Check if there were any changes
38
+ - name : Check for changes
38
39
run : git diff --exit-code
39
40
40
41
typos :
Original file line number Diff line number Diff line change @@ -47,15 +47,15 @@ Articles and blog posts from around the web which cover Comprehensive Rust:
47
47
48
48
The course is built using a few tools:
49
49
50
- * [ mdbook] ( https://github.com/rust-lang/mdBook )
51
- * [ mdbook-svgbob] ( https://github.com/boozook/mdbook-svgbob )
50
+ - [ mdbook] ( https://github.com/rust-lang/mdBook )
51
+ - [ mdbook-svgbob] ( https://github.com/boozook/mdbook-svgbob )
52
52
- [ mdbook-i18n-helpers and i18n-report] ( https://github.com/google/mdbook-i18n-helpers )
53
53
- [ mdbook-exerciser] ( mdbook-exerciser/ )
54
54
- [ mdbook-course] ( mdbook-course/ )
55
55
56
56
In addition,
57
57
[ mdbook-linkcheck] ( https://github.com/Michael-F-Bryan/mdbook-linkcheck ) checks
58
- the internal links.
58
+ the internal links.
59
59
60
60
First install Rust by following the instructions on https://rustup.rs/ . Then
61
61
clone this repository:
You can’t perform that action at this time.
0 commit comments