summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/testframework-rustfmt.yml
AgeCommit message (Collapse)AuthorFilesLines
2025-05-14Fix flaky GitHub workflowsDavid Lönnhager1-0/+4
2025-02-04Set toolchain and target directly with RustupLinus Färnstrand1-7/+0
2024-11-26Update Actionstinyboxvk1-1/+1
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.
2023-12-15Add `testframework-rustfmt.yml`Markus Pettersson1-0/+29
Check formatting of rust source code in the `test` workspace.