Skip to content

Commit 23fc1fb

Browse files
Update README.md
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4155f60 commit 23fc1fb

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,13 @@ jobs:
2929
rustup default nightly
3030
rustup component add rustfmt
3131
32-
- name: Reformat
32+
- name: Format the project
3333
run: dprint fmt
3434

35-
- uses: parkerbxyz/suggest-changes@v1
35+
- name: Add PR suggestions for formatting changes
36+
uses: parkerbxyz/suggest-changes@v1
3637

37-
- name: Check if there were any changes
38+
- name: Check for changes
3839
run: git diff --exit-code
3940

4041
typos:

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@ Articles and blog posts from around the web which cover Comprehensive Rust:
4747

4848
The course is built using a few tools:
4949

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)
5252
- [mdbook-i18n-helpers and i18n-report](https://github.com/google/mdbook-i18n-helpers)
5353
- [mdbook-exerciser](mdbook-exerciser/)
5454
- [mdbook-course](mdbook-course/)
5555

5656
In addition,
5757
[mdbook-linkcheck](https://github.com/Michael-F-Bryan/mdbook-linkcheck) checks
58-
the internal links.
58+
the internal links.
5959

6060
First install Rust by following the instructions on https://rustup.rs/. Then
6161
clone this repository:

0 commit comments

Comments
 (0)