Skip to content

inertia - fix eslint - https://github.com/t3-oss/create-t3-turbo/issu… #3

inertia - fix eslint - https://github.com/t3-oss/create-t3-turbo/issu…

inertia - fix eslint - https://github.com/t3-oss/create-t3-turbo/issu… #3

Workflow file for this run

name: Typescript
on: [push]
jobs:
tsc:
runs-on: ubuntu-latest
env:
RAILS_ENV: test
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: "20.17.0"
cache: "npm"
- name: Install JS dependencies
run: npm install --legacy-peer-deps
- name: Run Typescript tsc
run: npx tsc --project tsconfig.json