Skip to content

Fix documentation on Expo URL schemes whitelist. #262

Fix documentation on Expo URL schemes whitelist.

Fix documentation on Expo URL schemes whitelist. #262

Workflow file for this run

name: Linting
on: [ push, pull_request ]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Use Node 16
uses: actions/setup-node@v2
with:
node-version: 16
cache: yarn
- name: Install dependencies
run: yarn
- name: Run linter
run: yarn lint