mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-10 09:35:26 +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:
|
||||
- 'prettier-plugin-tailwindcss'
|
||||
- '@ianvs/prettier-plugin-sort-imports'
|
||||
when: *when
|
||||
|
||||
lint:
|
||||
depends_on:
|
||||
|
|
Loading…
Reference in a new issue