harveyr/Prettier Github Action
Runs prettier against provided file patterns and reports failures if prettier would reformat files
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | Github token (required to post annotations) | — | — |
| prettier_path | Path to prettier executable | — | node_modules/.bin/prettier |
| npx | Set to 'true' to use npx to run prettier instead of running the executable directly | — | false |
| patterns | File patterns to pass to prettier | no | . |
| working_directory | Run from this subdirectory | no | — |
Outputs
no outputs