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 1616- [ Continuous Integration] ( continuous_integration/README.md )
1717 - [ Travis CI] ( continuous_integration/travis.md )
1818 - [ GitHub Actions] ( continuous_integration/github_actions.md )
19- - [ Gitlab] ( continuous_integration/gitlab.md )
2019- [ Development] ( development/README.md )
2120 - [ Basics] ( development/basics.md )
2221 - [ Adding Lints] ( development/adding_lints.md )
Original file line number Diff line number Diff line change 11# GitHub Actions
22
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 ` .
75
86``` yml
97on : push
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments