Add presubmit checks to CI (#113)
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user