sergotail/Laravel Pint Action
Runs Laravel Pint with specified parameters.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| onlyFiles | List of files to run pint on. List must be а space-separated filenames in project. | no | — |
| testMode | Run Pint with --test option. | no | — |
| verboseMode | Run Pint with -v option. | no | — |
| configPath | The custom pint json config path (--config option). Config file must be present to use this flag. | no | — |
| preset | Pint preset (--preset option). Ignored when configPath option is used. | no | — |
| onlyDirty | Only format changed files (--dirty option). Ignored when onlyFiles option is used. | no | — |
| annotate | Use staabm/annotate-pull-request-from-checkstyle package to annotate pull request from checkstyle. Forces Pint to run with --test option. | no | — |
| pintVersion | laravel/pint package specific version to install. | no | — |
| annotateVersion | staabm/annotate-pull-request-from-checkstyle package specific version to install. | no | — |
| useComposer | Try to acquire laravel/pint and staabm/annotate-pull-request-from-checkstyle packages versions from lock file, if it exists. If a package version is specified, it is taken first. | no | — |
Outputs
no outputs