fix typo in ci
Some checks failed
ci/woodpecker/push/lint-client Pipeline was successful
ci/woodpecker/push/lint-backend Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint-foundkey-js Pipeline was successful
ci/woodpecker/pr/build Pipeline failed
ci/woodpecker/pr/lint-backend Pipeline failed
ci/woodpecker/pr/lint-client Pipeline failed
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/pr/lint-foundkey-js Pipeline was successful
ci/woodpecker/pr/test Pipeline failed
Some checks failed
ci/woodpecker/push/lint-client Pipeline was successful
ci/woodpecker/push/lint-backend Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint-foundkey-js Pipeline was successful
ci/woodpecker/pr/build Pipeline failed
ci/woodpecker/pr/lint-backend Pipeline failed
ci/woodpecker/pr/lint-client Pipeline failed
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/pr/lint-foundkey-js Pipeline was successful
ci/woodpecker/pr/test Pipeline failed
This commit is contained in:
parent
6bb3f39c36
commit
b3548cf9a0
3 changed files with 3 additions and 3 deletions
|
@ -19,4 +19,4 @@ pipeline:
|
|||
- pull_request
|
||||
image: node:18.6.0
|
||||
commands:
|
||||
- yarn workspaces backend run lint
|
||||
- yarn workspace backend run lint
|
||||
|
|
|
@ -19,4 +19,4 @@ pipeline:
|
|||
- pull_request
|
||||
image: node:18.6.0
|
||||
commands:
|
||||
- yarn workspaces client run lint
|
||||
- yarn workspace client run lint
|
||||
|
|
|
@ -19,4 +19,4 @@ pipeline:
|
|||
- pull_request
|
||||
image: node:18.6.0
|
||||
commands:
|
||||
- yarn workspaces foundkey-js run lint
|
||||
- yarn workspace foundkey-js run lint
|
||||
|
|
Loading…
Reference in a new issue