Skip to content

Fix to get working with react-native-web (#1492) #195

Fix to get working with react-native-web (#1492)

Fix to get working with react-native-web (#1492) #195

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@v2
with:
node-version: '14.x'
- name: Install dependencies
run: yarn --frozen-lockfile --non-interactive --silent --ignore-scripts
- name: Lint files
run: yarn test