summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/android-ktlint.yml
AgeCommit message (Collapse)AuthorFilesLines
2023-03-22Change action from `ktlint` to `ktfmt`Albin1-21/+0
2023-01-13Run yamlfix on all of .github/workflows/Linus Färnstrand1-20/+16
2022-10-18Update actions/checkout to v3Hank1-1/+1
2022-03-28Format Kotlin according to official code styleAlbin1-1/+1
Android Studio and ktlint seem to agree on most styling except for imports. Some settings can be changed in Android Studio, however it seems to be hard to get lexicographical order (which ktlin wants). Therefore ktlint should be ran after any formatting has been applied by Android Studio (otherwise the CI workflow will complain).
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-1/+1
2021-02-15Create GitHub Actions workflow for Kotlin linterJanito Vaqueiro Ferreira Filho1-0/+25