Run tsgo on CI.
This commit is contained in:
parent
cbc405c9e3
commit
f99e3ddd6d
1 changed files with 3 additions and 0 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -71,6 +71,9 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
- runtime: node
|
||||||
|
task: tsgo
|
||||||
|
command: pnpm tsgo
|
||||||
- runtime: node
|
- runtime: node
|
||||||
task: lint
|
task: lint
|
||||||
command: pnpm lint
|
command: pnpm lint
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue