reload/Style Quality
This action runs Stylelint + Reviewdog 🐶 and Prettier.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Mar 17, 2026
- License
- None
Pinned Snippet
uses: reload/action-style-quality@5dd841d09dc999f23b1922fb6028ae8472ee9952 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | The Github API token needed for Reviewdog and checks. | yes | — |
| working_directory | Where is your package.json and therefore your node_modules located. | no | "" |
| prettier_target | Where should Prettier look? | no | ./**/* |
| stylelint_target | Where should Stylelint look? | no | ./**/* |
| file_extensions | Which file extensions should be considered. | no | .css,.sass,.scss,.less |
Outputs
no outputs