skitionek/Lint
Run MegaLinter with dynamic flavor detection and optional auto-fix PR creation.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | Token used for checkout, MegaLinter integrations, and fix PR creation. | no | "" |
| pat | Personal access token used by create-pull-request to trigger downstream workflows. | no | "" |
| create-fix-pr | Whether to open a pull request with auto-fixes when changes are produced on pull requests. | no | true |
| skip-fix-commit-substring | Skip fix PR creation if head commit message contains this substring. | no | skip fix |
Outputs
| name | description |
|---|---|
| has_updated_sources | 1 when linters changed tracked files, otherwise 0. |
| fix_pull_request_url | URL of created fix PR, if any. |
| detected_flavor | Detected MegaLinter flavor. |