Book: Update GHA doc and remove GitLab placeholder

This commit is contained in:
flip1995 2022-01-21 17:33:01 +01:00 committed by Philipp Krones
parent b374e0f696
commit 404432b791
No known key found for this signature in database
GPG Key ID: 1CA0DF2AF59D68A5
3 changed files with 2 additions and 8 deletions

View File

@ -16,7 +16,6 @@
- [Continuous Integration](continuous_integration/README.md)
- [Travis CI](continuous_integration/travis.md)
- [GitHub Actions](continuous_integration/github_actions.md)
- [Gitlab](continuous_integration/gitlab.md)
- [Development](development/README.md)
- [Basics](development/basics.md)
- [Adding Lints](development/adding_lints.md)

View File

@ -1,9 +1,7 @@
# GitHub Actions
## actions-rs
An easy way to get started with adding Clippy to GitHub Actions is
the [actions-rs](https://github.com/actions-rs) [clippy-check](https://github.com/actions-rs/clippy-check):
On the GitHub hosted runners, Clippy from the latest stable Rust version comes
pre-installed. So all you have to do is to run `cargo clippy`.
```yml
on: push

View File

@ -1,3 +0,0 @@
# Gitlab
***placeholder***