Skip to content

fix: add react-native.config.js to package.json/files #17

fix: add react-native.config.js to package.json/files

fix: add react-native.config.js to package.json/files #17

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup
uses: ./.github/actions/setup
- name: Lint files
run: yarn lint
- name: Typecheck files
run: yarn typecheck