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 5370544 commit b03b920Copy full SHA for b03b920
.github/workflows/ci.yml
@@ -47,8 +47,8 @@ jobs:
47
PROXY=http://0.0.0.0:8888 ./vendor/bin/phpunit
48
docker rm -f tinyproxy
49
50
- - name: Run Linter
51
- run: ./vendor/bin/phpcs .
+ # - name: Run Linter
+ # run: ./vendor/bin/phpcs .
52
53
- - name: Run PHPStan
54
- run: ./vendor/bin/phpstan analyse --level 5 src tests demo
+ # - name: Run PHPStan
+ # run: ./vendor/bin/phpstan analyse --level 5 src tests demo
0 commit comments