Skip to content

merge :: feature/ci

merge :: feature/ci #2

Workflow file for this run

name: Android CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Grant execution permission for gradlew
run: chmod +x gradlew
- name: Project Build
run: ./gradlew build