summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/testframework-clippy.yml
AgeCommit message (Collapse)AuthorFilesLines
2025-09-18Create custom action for Mullvad build envDavid Lönnhager1-20/+4
2025-09-11Set core.longpaths in all relevant workflowsDavid Lönnhager1-0/+5
2025-05-14Fix flaky GitHub workflowsDavid Lönnhager1-0/+8
2025-02-04Set toolchain and target directly with RustupLinus Färnstrand1-12/+0
2024-11-26Update Actionstinyboxvk1-2/+2
Signed-off-by: tinyboxvk <13696594+tinyboxvk@users.noreply.github.com>
2024-08-22Add top level `permissions` to all Github Actions workflowsLinus Färnstrand1-0/+3
The default permission on the repository is already set to read only. So in practice this makes no difference. But this makes that more explicit, and less relying on the repository being correctly configured. This also makes security scanning tools such as OpenSSF scorecard happier about the overall security of our repository.
2024-04-23Bump setup-protoc action to v3David Lönnhager1-2/+2
2024-02-26Run clippy with `--no-default-features` instead of default featuresSebastian Holmin1-2/+2
2024-02-26Reorder flags in CI job to improve readabilitySebastian Holmin1-1/+1
2024-02-20Run `clippy` with `all-features` in CIMarkus Pettersson1-0/+2
Run `clippy` with `all-features` in CI to get more coverage and catch more mistakes earlier.
2024-01-08Add `--all-targets` to CI pipelineSebastian Holmin1-2/+2
2024-01-08Remove outdated custom warn flagSebastian Holmin1-2/+2
2023-12-15Add `testframework-clippy.yml`Markus Pettersson1-0/+73
Check for code quality improvements on all rust source code with `clippy` in the `test` workspace.