File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 20
20
21
21
- name : Setup Node.js
22
22
23
+ with :
24
+ node-version : ' 12.x'
23
25
24
26
- name : Install remark
25
27
run : npm install remark-cli remark-lint remark-lint-maximum-line-length remark-preset-lint-recommended remark-gfm
Original file line number Diff line number Diff line change @@ -166,8 +166,8 @@ rustup component add clippy
166
166
```
167
167
168
168
> ** DO NOT** install using ` cargo install --path . --force ` since this will overwrite rustup
169
- [ proxies] ( https://rust-lang.github.io/rustup/concepts/proxies.html ) . That is, ` ~/.cargo/bin/cargo-clippy ` and
170
- ` ~/.cargo/bin/clippy-driver ` should be hard or soft links to ` ~/.cargo/bin/rustup ` . You can repair these by running
171
- ` rustup update ` .
169
+ > [ proxies] ( https://rust-lang.github.io/rustup/concepts/proxies.html ) . That is, ` ~/.cargo/bin/cargo-clippy ` and
170
+ > ` ~/.cargo/bin/clippy-driver ` should be hard or soft links to ` ~/.cargo/bin/rustup ` . You can repair these by running
171
+ > ` rustup update ` .
172
172
173
173
[ glossary ] : https://rustc-dev-guide.rust-lang.org/appendix/glossary.html
You can’t perform that action at this time.
0 commit comments