Skip to content

fix: Reading json files from project root #77

fix: Reading json files from project root

fix: Reading json files from project root #77

Workflow file for this run

name: Type Check
on:
pull_request:
branches:
- main
jobs:
typecheck:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '24'
- name: Install dependencies
run: npm i
- name: Run type check
run: npm run check:types