Skip to content

Commit 6d9ab41

Browse files
committed
Add lint-gherkin composer script
1 parent 420bd11 commit 6d9ab41

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
@@ -52,13 +52,15 @@
5252
"behat": "run-behat-tests",
5353
"behat-rerun": "rerun-behat-tests",
5454
"lint": "run-linter-tests",
55+
"lint-gherkin": "run-gherkin-lint-tests",
5556
"phpcs": "run-phpcs-tests",
5657
"phpstan": "run-phpstan-tests",
5758
"phpcbf": "run-phpcbf-cleanup",
5859
"phpunit": "run-php-unit-tests",
5960
"prepare-tests": "install-package-tests",
6061
"test": [
6162
"@lint",
63+
"@lint-gherkin",
6264
"@phpcs",
6365
"@phpstan",
6466
"@phpunit",

0 commit comments

Comments
 (0)