Skip to content

Commit

Permalink
test prettier feature
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-s committed Dec 29, 2024
1 parent 15adcd2 commit 658ece1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .woodpecker/static.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ steps:
- tree --gitignore -I 012_columns_rename_procs_to_steps.go -I versioned_docs -I '*opensource.svg'| pnpx cspell lint --no-progress stdin

- name: prettier
image: docker.io/woodpeckerci/plugin-prettier:1.0.0
image: docker.io/pats22/plugin-prettier:test
pull: true
depends_on: []
settings:
version: 3.3.3
plugins:
- prettier-plugin-tailwindcss
- ianvs/prettier-plugin-sort-imports
- 'prettier-plugin-tailwindcss'
- '@ianvs/prettier-plugin-sort-imports'

0 comments on commit 658ece1

Please sign in to comment.