mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2026-03-02 03:39:24 +00:00
Template Cleanup: run ktlintFormat task to fix imports order #79
This commit is contained in:
3
.github/workflows/template-cleanup.yml
vendored
3
.github/workflows/template-cleanup.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user