Skip to content

Commit

Permalink
Add konsist to CI (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
igorwojda authored Sep 7, 2023
1 parent 1f8c40a commit ea4d4c9
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,26 @@ jobs:
name: detekt-report
path: ./**/build/reports/detekt/detekt.*

konsist:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3

- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: 17
distribution: 'zulu'

- name: konsist
run: ./gradlew konsist_test:test

- uses: actions/upload-artifact@v3
with:
name: konsist-report
path: ./konsist_test/build/reports/*

spotless:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit ea4d4c9

Please sign in to comment.