mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-10 17:45:36 +00:00
Add same when filter for ptrettier step in web workflow so we dont get dependency issues (#4653)
This commit is contained in:
parent
5b0d788737
commit
04f691ebd6
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ steps:
|
||||||
plugins:
|
plugins:
|
||||||
- 'prettier-plugin-tailwindcss'
|
- 'prettier-plugin-tailwindcss'
|
||||||
- '@ianvs/prettier-plugin-sort-imports'
|
- '@ianvs/prettier-plugin-sort-imports'
|
||||||
|
when: *when
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
Loading…
Reference in a new issue