Skip to content

Commit

Permalink
MOBILE-2801 Update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
michaldrabik committed Sep 4, 2023
1 parent b7d2f5e commit 86038a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/checkKtlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'

- name: Validate code using ktlint
run: ./gradlew lintKotlinMain
Expand All @@ -28,6 +29,7 @@ jobs:
- uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'

- name: Run unit tests (:core)
run: ./gradlew :core:testDebugUnitTest
Expand Down

0 comments on commit 86038a7

Please sign in to comment.