Skip to content

[example][apollo-client][react-navigation] fix type errors (#82) #2

[example][apollo-client][react-navigation] fix type errors (#82)

[example][apollo-client][react-navigation] fix type errors (#82) #2

Workflow file for this run

name: Checks
on:
push:
branches: [main]
pull_request:
types: [opened, synchronize]
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
cancel-in-progress: true
jobs:
checks:
runs-on: ubuntu-latest
steps:
- name: 🏗 Setup repository
uses: actions/checkout@v4
- name: 🏗 Setup Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: 📦 Install dependencies
run: bun install --frozen-lockfile
- name: 🔍 Check apps
run: |
bun run lint:apps
bun run typecheck:apps