summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/android-kotlin-format-check.yml
AgeCommit message (Collapse)AuthorFilesLines
2025-08-28Use rust-android-gradle plugin as submoduleKalle Lindström1-0/+4
2025-02-18Fix missing kotlin formatting paths in ciAlbin1-1/+5
2025-02-04Change run commands to single lineKalle Lindström1-2/+1
2025-01-29Implement detekt and ktfmt for buildSrcJonatan Rhodin1-1/+1
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.
2023-08-03Use container in ktfmt actionAlbin1-0/+33
2023-03-22Fix kotlin formatting trigger pathAlbin1-1/+1
2023-03-22Change action from `ktlint` to `ktfmt`Albin1-0/+14