about summary refs log tree commit diff
path: root/.github/workflows/clippy_dev.yml
AgeCommit message (Collapse)AuthorLines
2025-01-03Make CI a little bit saferblyxyas-0/+3
2024-11-07Remove path filterJakub Beránek-6/+0
It would cause issues with the required jobs, and it is probably useless anyway, the vast majority of PRs seem to change Rust source files.
2024-10-25Switch CI from bors to merge queueJakub Beránek-27/+17
2024-08-06Use `-D warnings` instead of `deny-warnings` feature.Jason Newcomb-1/+4
2023-12-26ci: Update to `actions/checkout@v4` from `v3`.Bruce Mitchener-1/+1
This also updates the book's section on CI for the same thing. changelog: none
2023-06-04Remove `CARGO_UNSTABLE_SPARSE_REGISTRY` env from ciAlex Macleod-1/+0
It is now the default to use the sparse registry
2023-05-12Update actions/checkoutTakayuki Nakata-1/+1
2022-10-13Enable cargo sparse registry in CIAlex Macleod-0/+2
2022-04-29Update GitHub Actions actions/checkout@v2 to v3David Tolnay-1/+1
The v2 implementation uses Node 12, which is end-of-life on April 30, 2022. See https://nodejs.org/en/about/releases/. Update to v3, which is based on Node 16 whose support lasts until April 30, 2024.
2022-03-01Move testing of cargo dev new_lint to cargo dev workflowflip1995-0/+7
This should be placed there. No need to run this in PR CI, if clippy_dev isn't touched. (It will be run by bors anyway)
2021-11-12Run clippy_dev workflow on current rust-toolchainAlex Macleod-12/+0
2021-08-23Remove stderr limitCameron Steffen-3/+0
2020-12-10Fix toolchain installation in workflowsflip1995-3/+7
2020-10-09Update actions due to deprecation of set-env and add-pathflip1995-2/+2
2020-04-16[fix] Minor typo in GH Actions 'clippy_dev'Jean SIMARD-1/+1
2020-03-31Make limit_stderr_length a subcommandflip1995-2/+2
2020-02-12Use list instead of array for branch namesflip1995-1/+3
This is the officially supported method
2020-02-12Apply review commentsflip1995-0/+6
2020-02-12Run bors checks unconditionallyflip1995-6/+2
This is important, since bors doesn't know optional jobs. Otherwise bors would time out, when a check doesn't get run.
2020-02-12Add bors dummy jobsflip1995-0/+26
2020-02-12Add clippy_dev checks to GitHub Actionsflip1995-0/+44