Skip to content

Commit 6e2b396

Browse files
committed
activate linter
1 parent 9c7ddc1 commit 6e2b396

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
@@ -47,8 +47,8 @@ jobs:
4747
PROXY=http://0.0.0.0:8888 ./vendor/bin/phpunit
4848
docker rm -f tinyproxy
4949
50-
# - name: Run Linter
51-
# run: ./vendor/bin/phpcs .
50+
- name: Run Linter
51+
run: ./vendor/bin/phpcs .
5252

5353
# - name: Run PHPStan
5454
# run: ./vendor/bin/phpstan analyse --level 5 src tests demo

0 commit comments

Comments
 (0)