Add presubmit checks to CI (#113)

This commit is contained in:
Will Chen
2025-05-08 17:28:48 -07:00
committed by GitHub
parent 2537fbb342
commit cb9ffcc550
2 changed files with 5 additions and 0 deletions

View File

@@ -29,5 +29,7 @@ jobs:
cache-dependency-path: package-lock.json
- name: Install node modules
run: npm install
- name: Presubmit check (e.g. lint, format)
run: npm run presubmit
- name: Type-checking
run: npm run ts