Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.16 KB

docs.md

File metadata and controls

30 lines (24 loc) · 1.16 KB
name icon description author tags containerImage containerImageUrl url
Prettier
This plugin can be used to check if a repository is following prettier rules.
Woodpecker Authors
lint
test
prettier
woodpeckerci/plugin-prettier

plugin-prettier

This plugin can be used to check if a repository is following prettier rules.

Sample

steps:
  prettier:
    image: woodpeckerci/plugin-prettier:next

Settings

Settings Name Default Description
path . If specified, it checks in a specified path
version empty If specified, this prettier version is installed
lockfile empty If specified, prettier version is read from lockfile (support npm and pnpm)