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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Apr 27, 2026
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: equisoft-actions/yarn-stylelint@4a28df15cb11490839ff3d1a0418a1fdd4c8b077 # v1.4.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
report-nameThe name of the archived report. It must follow the convention detailed by our ADRs.yesstylelint.junit.xml
report-retention-daysDuration in days to preserve reports. Defaults to 5.yes5
task-nameThe task name. Defaults to "stylelint:ci".yesstylelint:ci
working-directoryRelative path under $GITHUB_WORKSPACE where the project is located.no.

no outputs