mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
Template Cleanup: run ktlintFormat
task to fix imports order #79
This commit is contained in:
parent
15d49d8a2a
commit
7de6580e11
3
.github/workflows/template-cleanup.yml
vendored
3
.github/workflows/template-cleanup.yml
vendored
@ -62,6 +62,9 @@ jobs:
|
|||||||
CODE_OF_CONDUCT.md \
|
CODE_OF_CONDUCT.md \
|
||||||
LICENSE
|
LICENSE
|
||||||
|
|
||||||
|
# Run ktlint formatting
|
||||||
|
./gradlew ktlintFormat
|
||||||
|
|
||||||
# Commit modified files
|
# Commit modified files
|
||||||
- name: Commit files
|
- name: Commit files
|
||||||
run: |
|
run: |
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Template Cleanup: escape GitHub username to avoid incorrect characters in class package name
|
- 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]
|
## [0.8.0]
|
||||||
### Added
|
### Added
|
||||||
|
Loading…
Reference in New Issue
Block a user