You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-15 13:50:27 +02:00
Update README.md
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -29,12 +29,13 @@ jobs:
|
||||
rustup default nightly
|
||||
rustup component add rustfmt
|
||||
|
||||
- name: Reformat
|
||||
- name: Format the project
|
||||
run: dprint fmt
|
||||
|
||||
- uses: parkerbxyz/suggest-changes@v1
|
||||
- name: Add PR suggestions for formatting changes
|
||||
uses: parkerbxyz/suggest-changes@v1
|
||||
|
||||
- name: Check if there were any changes
|
||||
- name: Check for changes
|
||||
run: git diff --exit-code
|
||||
|
||||
typos:
|
||||
|
@ -47,15 +47,15 @@ Articles and blog posts from around the web which cover Comprehensive Rust:
|
||||
|
||||
The course is built using a few tools:
|
||||
|
||||
* [mdbook](https://github.com/rust-lang/mdBook)
|
||||
* [mdbook-svgbob](https://github.com/boozook/mdbook-svgbob)
|
||||
- [mdbook](https://github.com/rust-lang/mdBook)
|
||||
- [mdbook-svgbob](https://github.com/boozook/mdbook-svgbob)
|
||||
- [mdbook-i18n-helpers and i18n-report](https://github.com/google/mdbook-i18n-helpers)
|
||||
- [mdbook-exerciser](mdbook-exerciser/)
|
||||
- [mdbook-course](mdbook-course/)
|
||||
|
||||
In addition,
|
||||
[mdbook-linkcheck](https://github.com/Michael-F-Bryan/mdbook-linkcheck) checks
|
||||
the internal links.
|
||||
the internal links.
|
||||
|
||||
First install Rust by following the instructions on https://rustup.rs/. Then
|
||||
clone this repository:
|
||||
|
Reference in New Issue
Block a user