Merge pull request #4179 from vector-im/feature/bma/typo_klint

klint -> ktlint
This commit is contained in:
Benoit Marty 2021-10-07 12:17:45 +02:00 committed by GitHub
commit b71e2de9ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,12 +14,12 @@ jobs:
- name: Run code quality check suite
run: ./tools/check/check_code_quality.sh
klint:
ktlint:
name: Kotlin Linter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run klint
- name: Run ktlint
run: |
./gradlew ktlintCheck --continue
- name: Upload reports