Skip to content

chore(deps)(deps-dev): bump @types/react from 18.3.27 to 18.3.28 in the development-dependencies group #70

chore(deps)(deps-dev): bump @types/react from 18.3.27 to 18.3.28 in the development-dependencies group

chore(deps)(deps-dev): bump @types/react from 18.3.27 to 18.3.28 in the development-dependencies group #70

Workflow file for this run

name: Type Check
permissions:
contents: read
pull-requests: write
on:
push:
branches: [main, develop]
pull_request:
branches: [main, develop]
jobs:
typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Setup Bun
uses: oven-sh/setup-bun@v1
- name: Install dependencies
run: bun install
- name: Run TypeScript Type Check
run: bun run typecheck