File tree Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 16
16
- [ Continuous Integration] ( continuous_integration/README.md )
17
17
- [ Travis CI] ( continuous_integration/travis.md )
18
18
- [ GitHub Actions] ( continuous_integration/github_actions.md )
19
- - [ Gitlab] ( continuous_integration/gitlab.md )
20
19
- [ Development] ( development/README.md )
21
20
- [ Basics] ( development/basics.md )
22
21
- [ Adding Lints] ( development/adding_lints.md )
Original file line number Diff line number Diff line change 1
1
# GitHub Actions
2
2
3
- ## actions-rs
4
-
5
- An easy way to get started with adding Clippy to GitHub Actions is
6
- the [ actions-rs] ( https://github.com/actions-rs ) [ clippy-check] ( https://github.com/actions-rs/clippy-check ) :
3
+ On the GitHub hosted runners, Clippy from the latest stable Rust version comes
4
+ pre-installed. So all you have to do is to run ` cargo clippy ` .
7
5
8
6
``` yml
9
7
on : push
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments