actions-marketplace-validations/Lint Filenames Glob
This github action validates if all files in a given folder match the given regex pattern.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| path | The path to a directory to check the filenames. | yes | ./ |
| pattern | The regex pattern to match for each of the files in the given directory | yes | /.+/ |
Outputs
| name | description |
|---|---|
| total-files-analyzed | The number of files analyzed. |