mirror of https://github.com/openclaw/openclaw.git
fix: Build before linting in CI since we are now linting the extensions folder with `--type-aware`.
This commit is contained in:
parent
230ca789e2
commit
36b0070b71
|
|
@ -71,6 +71,9 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
- runtime: nodegs
|
||||
task: build
|
||||
command: pnpm build
|
||||
- runtime: node
|
||||
task: tsgo
|
||||
command: pnpm tsgo
|
||||
|
|
|
|||
Loading…
Reference in New Issue