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

pull/80/head
Jakub Chrzanowski 3 years ago
parent 15d49d8a2a
commit 7de6580e11

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

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

Loading…
Cancel
Save