Skip to content

Commit

Permalink
chore: set up gradle for the ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zigavehovec committed Oct 5, 2023
1 parent 50f6ad5 commit a8352ae
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,14 @@ jobs:
distribution: 'zulu'
java-version: '11'

- name: Set up Gradle
- name: Set up Gradle cache
uses: gradle/gradle-build-action@v2
with:
cache-read-only: ${{ github.ref != 'refs/heads/development' }}

- name: Check code style
run: cd android && ./gradlew ktlintCheck
run: ./gradlew ktlintCheck
working-directory: android

test-build-typescript:
name: Build Typescript
Expand Down

0 comments on commit a8352ae

Please sign in to comment.