anantacloud-oss/GitHub Actions Linting

This GitHub action is used to perform action linting.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Oct 5, 2025
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: anantacloud-oss/action-linting@67fccfc73539b400b2f22c5aad7f08b544845e4b # v0.0.13

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

namedescriptionrequireddefault
filesthis input contains the individual files you want to scanno
additional_argumentsthis input contains additional arguments to pass to commandno-color
formatthis input contains the output format. Supported formats are json or markdownno{{range $err := .}}::error file={{$err.Filepath}},line={{$err.Line}},col={{$err.Column}}::{{$err.Message}}%0A```%0A{{replace $err.Snippet "\\n" "%0A"}}%0A```\n{{end}}
namedescription
commandinterpolated command including arguments will be executed