anantacloud-oss/GitHub Actions Linting
This GitHub action is used to perform action linting.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Oct 5, 2025
- License
- MIT
Pinned Snippet
uses: anantacloud-oss/action-linting@67fccfc73539b400b2f22c5aad7f08b544845e4b # v0.0.13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| files | this input contains the individual files you want to scan | no | — |
| additional_arguments | this input contains additional arguments to pass to command | no | -color |
| format | this input contains the output format. Supported formats are json or markdown | no | {{range $err := .}}::error file={{$err.Filepath}},line={{$err.Line}},col={{$err.Column}}::{{$err.Message}}%0A```%0A{{replace $err.Snippet "\\n" "%0A"}}%0A```\n{{end}} |
Outputs
| name | description |
|---|---|
| command | interpolated command including arguments will be executed |