Skip to content

Commit 65cc7e0

Browse files
Disable linter
1 parent 26284fa commit 65cc7e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
- name: Run PHPStan
3333
run: vendor/bin/phpstan analyse
3434

35-
- name: Run PHPcs fixer dry-run
36-
run: vendor/bin/php-cs-fixer fix --dry-run --stop-on-violation --config=.php-cs-fixer.dist.php
35+
#- name: Run PHPcs fixer dry-run
36+
# run: vendor/bin/php-cs-fixer fix --dry-run --stop-on-violation --config=.php-cs-fixer.dist.php
3737

3838
- name: Run test suite
3939
run: vendor/bin/phpunit --fail-on-incomplete --log-junit junit.xml --coverage-clover clover.xml

0 commit comments

Comments
 (0)