sergotail/Laravel Pint Action

Runs Laravel Pint with specified parameters.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
onlyFilesList of files to run pint on. List must be а space-separated filenames in project.no
testModeRun Pint with --test option.no
verboseModeRun Pint with -v option.no
configPathThe custom pint json config path (--config option). Config file must be present to use this flag.no
presetPint preset (--preset option). Ignored when configPath option is used.no
onlyDirtyOnly format changed files (--dirty option). Ignored when onlyFiles option is used.no
annotateUse staabm/annotate-pull-request-from-checkstyle package to annotate pull request from checkstyle. Forces Pint to run with --test option.no
pintVersionlaravel/pint package specific version to install.no
annotateVersionstaabm/annotate-pull-request-from-checkstyle package specific version to install.no
useComposerTry 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

no outputs