File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 34
34
35
35
- uses : parkerbxyz/suggest-changes@v1
36
36
37
- - name : Check if there were any changes
37
+ - name : Check for changes
38
38
run : git diff --exit-code
39
39
40
40
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