mnj/github-status-checks-enforce-naming-standard
Makes sure the naming standard is followed
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jun 18, 2024
- License
- MIT
Pinned Snippet
uses: mnj/github-status-checks-enforce-naming-standard@0b8485abfdc606d3c6010cb9488dbb44971f356c # v2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| require_lowercase_filenames | Whether all files must be lower case | yes | true |
| require_lowercase_folders | Whether all folders must be lower case | yes | true |
| excluded_files | JSON list of files to exclude from the checks | no | ["README.md"] |
| excluded_folders | JSON list of folders to exclude from the checks, this should include the full path like folder1/folder2 as seen from the root of the repo | no | [] |
| github_token | The GITHUB_TOKEN | no | — |
Outputs
no outputs