From 7de6580e117994baf9091c001055af522aa071cf Mon Sep 17 00:00:00 2001 From: Jakub Chrzanowski Date: Mon, 11 Jan 2021 13:10:27 +0100 Subject: [PATCH] Template Cleanup: run `ktlintFormat` task to fix imports order #79 --- .github/workflows/template-cleanup.yml | 3 +++ CHANGELOG.md | 1 + 2 files changed, 4 insertions(+) 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