actions-marketplace-validations/lowercase-linter
Lint repos for mixed case names, i.e. camelCase to prevent filename conflicts and broken deployments to Linux.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Aug 20, 2022
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/julie-ng_lowercase-linter@1793e4cab0d018ff2781cf32f1193096f0c51d57 # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to scan for mixed case filenames. Will search subfolders too. Defaults to `.` | no | . |
| pr-comment | If file name errors are found, suggested fixes are posted to the Pull Request. | no | false |
| repo-token | GitHub Action workflow token needed to add comments to pull requests. | no | "" |
Outputs
| name | description |
|---|---|
| errors | Array of files with mixed case and suggested renames in JSON. |
| linted | List of files linted. |
| comment-url | URL of the comment posted to Pull Request (if errors were found). |