Template Cleanup: run ktlintFormat task to fix imports order #79

This commit is contained in:
Jakub Chrzanowski 2021-01-11 13:10:27 +01:00
parent 15d49d8a2a
commit 7de6580e11
2 changed files with 4 additions and 0 deletions

View File

@ -62,6 +62,9 @@ jobs:
CODE_OF_CONDUCT.md \
LICENSE
# Run ktlint formatting
./gradlew ktlintFormat
# Commit modified files
- name: Commit files
run: |

View File

@ -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