Skip to content

⬆️ Bump eslint-plugin-react-native from 4.1.0 to 5.0.0 (#916) #2563

⬆️ Bump eslint-plugin-react-native from 4.1.0 to 5.0.0 (#916)

⬆️ Bump eslint-plugin-react-native from 4.1.0 to 5.0.0 (#916) #2563

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.node-version'
- name: Install dependencies πŸ“¦
run: yarn
- name: Lint 🎨
run: yarn run lint
- name: Type check 🏷
run: yarn run typecheck
- name: Tests βœ…
run: yarn run test
- name: Upload coverage πŸ“ˆ
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}