Skip to content

Commit ab1efd8

Browse files
committed
Add lint-gherkin composer script
1 parent 8313568 commit ab1efd8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

composer.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,15 @@
7272
"behat": "run-behat-tests",
7373
"behat-rerun": "rerun-behat-tests",
7474
"lint": "run-linter-tests",
75+
"lint-gherkin": "run-gherkin-lint-tests",
7576
"phpcs": "run-phpcs-tests",
7677
"phpstan": "run-phpstan-tests",
7778
"phpcbf": "run-phpcbf-cleanup",
7879
"phpunit": "run-php-unit-tests",
7980
"prepare-tests": "install-package-tests",
8081
"test": [
8182
"@lint",
83+
"@lint-gherkin",
8284
"@phpcs",
8385
"@phpstan",
8486
"@phpunit",

0 commit comments

Comments
 (0)