Skip to main content
Plugins / Prettier

Prettier

by Woodpecker Authors

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


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)