diff --git a/.github/workflows/template-cleanup.yml b/.github/workflows/template-cleanup.yml index d0a2f76..b7b1a53 100644 --- a/.github/workflows/template-cleanup.yml +++ b/.github/workflows/template-cleanup.yml @@ -62,6 +62,9 @@ jobs: CODE_OF_CONDUCT.md \ LICENSE + # Run ktlint formatting + ./gradlew ktlintFormat + # Commit modified files - name: Commit files run: | diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ce0645..cc7b897 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ ### Fixed - Template Cleanup: escape GitHub username to avoid incorrect characters in class package name +- Template Cleanup: run `ktlintFormat` task to fix imports order ## [0.8.0] ### Added