Skip to content

Fix incorrect syntax in Android setup in README (#1567) #259

Fix incorrect syntax in Android setup in README (#1567)

Fix incorrect syntax in Android setup in README (#1567) #259

Workflow file for this run

name: Tests
on:
- push
- pull_request
jobs:
lint:
name: Static analysis
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version-file: ".node-version"
- name: Install dependencies
run: yarn --frozen-lockfile --non-interactive --silent --ignore-scripts
- name: Lint files
run: yarn test