ci: add optional clippy job

This commit is contained in:
Felix Spöttel
2022-10-17 12:19:11 +02:00
parent ee12de2e3a
commit 7b0b9f100c
2 changed files with 29 additions and 17 deletions

View File

@@ -159,6 +159,10 @@ Go to the _Secrets_ tab in your repository settings and create the following sec
> **Note**
> The session cookie might expire after a while (~1 month) which causes the automated workflow to fail. To fix this issue, refresh the `AOC_SESSION` secret.
### CI: enable clippy lints
Uncomment the `clippy` job in the `ci.yml` workflow to enable clippy checks in CI.
## Useful crates
- [itertools](https://crates.io/crates/itertools): Extends iterators with extra methods and adaptors. Frequently useful for aoc puzzles.