avoiding spawing a daemon for the CI quality checks

This commit is contained in:
Adam Brown 2022-08-10 10:49:05 +01:00
parent 10b1612ba3
commit 8df971bf7b

View file

@ -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: |