Skip to content

feat: update to react-native@0.70.10 (#324) #96

feat: update to react-native@0.70.10 (#324)

feat: update to react-native@0.70.10 (#324) #96

Workflow file for this run

name: lint & typescript check
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./template
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: yarn
- run: mv _eslintrc.js .eslintrc.js && mv _prettierrc.js .prettierrc.js
- name: Lint code
run: yarn lint