actions-marketplace-validations/fish-shop/syntax-check
A GitHub action for syntax checking fish shell files
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| annotations | Display annotations for syntax errors in workflow summary and pull request checks | no | true |
| title | Title to display in job summary | no | Syntax check results |
| patterns | File patterns to match against when running syntax checks | no | **.fish |
Outputs
| name | description |
|---|---|
| total | Total number of files syntax checked |
| passed | Number of files passed syntax check |
| failed | Number of files failed syntax check |