batista/Lint Filenames
This github action validates if all files in a given folder match the given regex pattern.
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 2–4scored Jul 6, 2026
- Maintenance Recency
- Stalelast commit Feb 20, 2024
- License
- MIT
Pinned Snippet
uses: batista/lint-filenames@d6b5131a8d409324b6daf71ead679b7fab6384e7 # v2.0.0tags can be moved; commit SHAs can't. why a SHA?
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. |