klint -> ktlint
This commit is contained in:
parent
f5cda678b2
commit
5fdaa45246
4
.github/workflows/quality.yml
vendored
4
.github/workflows/quality.yml
vendored
@ -14,12 +14,12 @@ jobs:
|
|||||||
- name: Run code quality check suite
|
- name: Run code quality check suite
|
||||||
run: ./tools/check/check_code_quality.sh
|
run: ./tools/check/check_code_quality.sh
|
||||||
|
|
||||||
klint:
|
ktlint:
|
||||||
name: Kotlin Linter
|
name: Kotlin Linter
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Run klint
|
- name: Run ktlint
|
||||||
run: |
|
run: |
|
||||||
./gradlew ktlintCheck --continue
|
./gradlew ktlintCheck --continue
|
||||||
- name: Upload reports
|
- name: Upload reports
|
||||||
|
Loading…
x
Reference in New Issue
Block a user