mirror of
https://github.com/MathMan05/Fermi.git
synced 2026-08-26 13:29:57 +00:00
hopefully add tsc CI
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
name: TSC check CI
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
tsc:
|
||||
name: tsc
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: install node v22
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 22
|
||||
- name: npm i
|
||||
run: npm i
|
||||
- name: tsc
|
||||
run: tsc --noEmit
|
||||
Reference in New Issue
Block a user