Skip to content

Bump @react-native/eslint-config from 0.73.2 to 0.74.80 #14

Bump @react-native/eslint-config from 0.73.2 to 0.74.80

Bump @react-native/eslint-config from 0.73.2 to 0.74.80 #14

name: Check Pull Request
on:
pull_request:
branches:
- main
jobs:
lint:
name: Lint files
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
build-library:
name: Build library
runs-on: ubuntu-latest
needs: [lint]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup
uses: ./.github/actions/setup
- name: Build package
run: yarn prepare