Skip to content

Merge pull request #156 from kylecorry31/alert-autofix-1 #1335

Merge pull request #156 from kylecorry31/alert-autofix-1

Merge pull request #156 from kylecorry31/alert-autofix-1 #1335

Workflow file for this run

name: Android CI
permissions:
contents: read
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: set up JDK 17
uses: actions/setup-java@v5
with:
distribution: 'adopt'
java-version: 17
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build