mirror of
https://github.com/ivuorinen/actions.git
synced 2026-03-02 15:53:54 +00:00
* fix(deps): replace step-security/retry with nick-fields/retry * chore(deps): update github action sha pins via pinact * refactor: remove common-retry references from tests and validators * chore: simplify description fallback and update action count * docs: remove hardcoded test counts from memory and docs Replace exact "769 tests" references with qualitative language so these files don't go stale as test count grows.
ivuorinen/actions/pr-lint
PR Lint
Description
Runs MegaLinter against pull requests
Inputs
| name | description | required | default |
|---|---|---|---|
token |
GitHub token for authentication |
false |
"" |
username |
GitHub username for commits |
false |
github-actions |
email |
GitHub email for commits |
false |
github-actions@github.com |
Outputs
| name | description |
|---|---|
validation_status |
Overall validation status (success/failure) |
errors_found |
Number of linting errors found |
Runs
This action is a composite action.
Usage
- uses: ivuorinen/actions/pr-lint@main
with:
token:
# GitHub token for authentication
#
# Required: false
# Default: ""
username:
# GitHub username for commits
#
# Required: false
# Default: github-actions
email:
# GitHub email for commits
#
# Required: false
# Default: github-actions@github.com