mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-22 01:15:54 +03:00
avoiding spawing a daemon for the CI quality checks
This commit is contained in:
parent
10b1612ba3
commit
8df971bf7b
1 changed files with 2 additions and 2 deletions
4
.github/workflows/quality.yml
vendored
4
.github/workflows/quality.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Run knit
|
- name: Run knit
|
||||||
run: |
|
run: |
|
||||||
./gradlew knitCheck
|
./gradlew knitCheck $CI_GRADLE_ARG_PROPERTIES
|
||||||
|
|
||||||
# Check the project: ktlint, detekt, lint
|
# Check the project: ktlint, detekt, lint
|
||||||
lint:
|
lint:
|
||||||
|
@ -41,7 +41,7 @@ jobs:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Run ktlint
|
- name: Run ktlint
|
||||||
run: |
|
run: |
|
||||||
./gradlew ktlintCheck --continue
|
./gradlew ktlintCheck $CI_GRADLE_ARG_PROPERTIES --continue
|
||||||
- name: Run detekt
|
- name: Run detekt
|
||||||
if: always()
|
if: always()
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue