We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61a2321 commit e40f209Copy full SHA for e40f209
.gitlab-ci.yml
@@ -0,0 +1,10 @@
1
+sniffer:
2
+ script:
3
+ - composer install
4
+ - ./vendor/bin/phpcs -p --standard=vendor/arachne/coding-style/ruleset.xml --ignore=_* src tests
5
+
6
+latest:
7
8
9
+ - ./vendor/bin/codecept build
10
+ - ./vendor/bin/codecept run
0 commit comments