Skip to content

updaetd build and lint #104

updaetd build and lint

updaetd build and lint #104

Workflow file for this run

name: Push checks
on:
push:
concurrency:
group: ${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
jobs:
lint:
uses: ./.github/workflows/lint-android.yaml
build:
uses: ./.github/workflows/build-android.yaml
test:
uses: ./.github/workflows/test-android.yaml