Skip to content

Release react-native-turbo@1.0.0-beta.9 #441

Release react-native-turbo@1.0.0-beta.9

Release react-native-turbo@1.0.0-beta.9 #441

Workflow file for this run

name: TypeScript
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: Run TypeScript
run: yarn typescript
- name: Run eslint
run: yarn lint