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 d84d486 commit 50f6ad5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,15 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

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

- name: Set up Gradle
uses: gradle/gradle-build-action@v2

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

Expand Down

0 comments on commit 50f6ad5

Please sign in to comment.