Skip to content

Commit

Permalink
ADD android lint to build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
G00fY2 committed May 4, 2024
1 parent cc3c5af commit 47bf3cf
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,19 @@ jobs:
- name: Run bundled and unbundled unit tests
run: ./gradlew test

android_lint:
name: Android lint
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '17'
- name: Run Android lint
run: ./gradlew :sample:lintBundledDebug :sample:lintUnbundledDebug

build_bundled:
name: Build bundled debug
runs-on: ubuntu-latest
Expand Down

0 comments on commit 47bf3cf

Please sign in to comment.