workofstan/Prettier Fix
Automatically format code using Prettier and open pull requests to fix style issues for Super-Linter compatibility.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| commit-changes | If true, commit changes to the current branch | — | false |
| commit-message | Commit message for the changes | — | chore(prettier): apply Prettier fixes automatically |
| debug | Enable extra debug output | — | false |
| node-version | Node.js version to use | — | 24 |
| prettier-config-path | Optional path to a custom Prettier config file | no | "" |
| skip-package-setup | If true, skip npm initialization and installation | — | false |
Outputs
| name | description |
|---|---|
| branch-name | The branch, where changes were committed |
| changed-files | Comma-separated list of files changed by Prettier |