actions-marketplace-validations/Run gherkin-lint
A GitHub Action to parse feature files and run linting using gherkin-lint
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Aug 12, 2025
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/nhatthm_gherkin-lint-action@e95ffcd6fcb14421d6c55f61730744e9620a14f5 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Version of gherkin-lint to use in the `npm install -g gherkin-lint` command. Default to `latest` | no | latest |
| feature_files | Comma separated list of feature files/glob patterns | no | . |
| config_file | Configuration file | no | /root/.gherkin-lintrc |
| format | Output format. Possible values: json, stylish, xunit. Default to `stylish` | no | stylish |
| ignore | Comma seperated list of files/glob patterns that the linter should ignore, overrides .gherkin-lintignore file | no | "" |
| rule_dirs | Comma seperated list of additional rule directories | no | "" |
Outputs
no outputs