Skip to content

Commit 404432b

Browse files
committed
Book: Update GHA doc and remove GitLab placeholder
1 parent b374e0f commit 404432b

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

book/src/SUMMARY.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
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)

book/src/continuous_integration/github_actions.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
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
97
on: push

book/src/continuous_integration/gitlab.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)