Skip to content

feat(app): rename bypass to yolo and style sandboxed badge #83

feat(app): rename bypass to yolo and style sandboxed badge

feat(app): rename bypass to yolo and style sandboxed badge #83

Workflow file for this run

name: Expo App TypeScript typecheck
on:
pull_request:
paths:
- 'packages/happy-app/**'
- '.github/workflows/typecheck.yml'
push:
branches:
- main
paths:
- 'packages/happy-app/**'
- '.github/workflows/typecheck.yml'
jobs:
typecheck:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: TypeScript typecheck
run: yarn workspace happy-app typecheck