Skip to content

Enhance GitHub Actions #78

Enhance GitHub Actions

Enhance GitHub Actions #78

Workflow file for this run

name: CI
on:
pull_request:
jobs:
lint:
name: Lint
uses: ./.github/workflows/lint.yml
build-android:
name: Build Android
needs: lint
uses: ./.github/workflows/build-android.yml
build-ios:
name: Build iOS
needs: lint
uses: ./.github/workflows/build-ios.yml