Skip to content

Commit 61687ca

Browse files
committed
Add lint-gherkin composer script
1 parent 0abccf4 commit 61687ca

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
@@ -62,13 +62,15 @@
6262
"behat": "run-behat-tests",
6363
"behat-rerun": "rerun-behat-tests",
6464
"lint": "run-linter-tests",
65+
"lint-gherkin": "run-gherkin-lint-tests",
6566
"phpcs": "run-phpcs-tests",
6667
"phpstan": "run-phpstan-tests",
6768
"phpcbf": "run-phpcbf-cleanup",
6869
"phpunit": "run-php-unit-tests",
6970
"prepare-tests": "install-package-tests",
7071
"test": [
7172
"@lint",
73+
"@lint-gherkin",
7274
"@phpcs",
7375
"@phpstan",
7476
"@phpunit",

0 commit comments

Comments
 (0)