Skip to content

GitHub Action: build Android #3

GitHub Action: build Android

GitHub Action: build Android #3

Workflow file for this run

name: Build Android
on:
push:
branches:
- "master"
pull_request:
branches:
- "*"
jobs:
build-android:
runs-on: ubuntu-latest
container: reactnativecommunity/react-native-android@sha256:4ff9c9f80da57c72284900fcfdbd079183e735684c62d7fafd3df50fdb895453
using: node18

Check failure on line 13 in .github/workflows/build-android.yml

View workflow run for this annotation

GitHub Actions / Build Android

Invalid workflow file

The workflow is not valid. .github/workflows/build-android.yml (Line: 13, Col: 5): Unexpected value 'using'
steps:
- uses: actions/checkout@v2
- name: Envinfo
run: npx envinfo
- name: Build application
run: yarn install && cd android && chmod +x gradlew && ./gradlew app:assembleRelease