summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/rustfmt.yml
AgeCommit message (Collapse)AuthorFilesLines
2025-09-18Create custom action for Mullvad build envDavid Lönnhager1-6/+3
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.
2024-06-25Update Github actions to use `wireguard-go` as a submoduleMarkus Pettersson1-0/+3
2023-01-24Convert rustfmt CI run to use stable rustfmtLinus Färnstrand1-5/+3
2023-01-19Pin nightly toolchain version in cargo udeps workflowDavid Lönnhager1-1/+3
2023-01-13Run yamlfix on all of .github/workflows/Linus Färnstrand1-24/+22
2022-04-29Set rust toolchain as defaultAlbin1-0/+1
2022-04-29Switch rust toolchain actionAlbin1-2/+2
Switching rust toolchain action due to some issues experienced with the internal caching of the previous action.
2022-03-25Rename some Github Actions jobs to make them easier to findLinus Färnstrand1-1/+1
2022-01-12Change workflow trigger from push to pull_requestOskar Nyberg1-2/+2
2021-03-12Add workflow for checking Rust formattingJanito Vaqueiro Ferreira Filho1-0/+28