lfreleng-actions/🔍 GitHub Action/Workflow Linter

Linter for validating GitHub workflow/action calls

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
pathPath to scan for workflows (default: current directory). Input values are passed to the linter as literal strings (they are not subject to shell-variable expansion); use GitHub expression contexts (such as the github.workspace context) for dynamic values. no.
config-filePath to configuration fileno
log-levelLogging level (DEBUG, INFO, WARNING, ERROR, CRITICAL)noINFO
output-formatOutput format (text, json)notext
fail-on-errorExit with error code if validation failures foundnotrue
parallelEnable parallel processingnotrue
workersNumber of parallel workers (1-32)no4
excludeComma-separated patterns to exclude from scanningno
require-pinned-shaRequire action calls to be pinned to commit SHAsnotrue
skip-actionsSkip scanning action.yaml/action.yml filesnofalse
validation-methodValidation method (github-api, git, or auto-detect)no
namedescription
errors-foundNumber of validation errors found
total-callsTotal number of action calls scanned
scan-summaryJSON summary of scan results