fish-shop/fish-shop/indent-check
A GitHub action for checking indentation in fish shell files
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| title | Title to display in job summary | no | Indent check results |
| patterns | File patterns to match against when running indentation checks | no | **.fish |
Outputs
| name | description |
|---|---|
| total | Total number of files indentation checked |
| passed | Number of files passed indentation check |
| failed | Number of files failed indentation check |