nhatthm/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
- Stale
- License
- None
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