equisoft-actions/Run stylelint through yarn and upload report
Run a yarn task expecting stylelint reports to be produced. The exported reports will follow naming conventions detailed by our ADRs (https://confluence.equisoft.com/display/HRMI/ADR). A report named `build/stylelint/junit.xml` is expected under all circumstances. Errors will be annotated on pull requests.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Apr 27, 2026
- License
- Apache 2.0
Pinned Snippet
uses: equisoft-actions/yarn-stylelint@4a28df15cb11490839ff3d1a0418a1fdd4c8b077 # v1.4.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| report-name | The name of the archived report. It must follow the convention detailed by our ADRs. | yes | stylelint.junit.xml |
| report-retention-days | Duration in days to preserve reports. Defaults to 5. | yes | 5 |
| task-name | The task name. Defaults to "stylelint:ci". | yes | stylelint:ci |
| working-directory | Relative path under $GITHUB_WORKSPACE where the project is located. | no | . |
Outputs
no outputs