We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c7ddc1 commit 6e2b396Copy full SHA for 6e2b396
1 file changed
.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
0 commit comments