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 c6044d7 commit 0e6c545Copy full SHA for 0e6c545
.github/workflows/cs-stan.yml
@@ -42,14 +42,14 @@ jobs:
42
- name: Install PHP tools with phive.
43
run: "phive install --trust-gpg-keys '${{ inputs.phive_keys }}'"
44
45
- - name: Run phpcs
46
- if: always()
47
- run: vendor/bin/phpcs --report=checkstyle src/ tests/ | cs2pr
48
-
49
- name: Run phpstan
50
if: always()
51
run: tools/phpstan analyse --error-format=github
52
53
- name: Run phpstan for tests
54
if: ${{ inputs.check_tests }}
55
run: tools/phpstan analyse -c tests/phpstan.neon --error-format=github
+
+ - name: Run phpcs
+ if: always()
+ run: vendor/bin/phpcs --report=checkstyle src/ tests/ | cs2pr
0 commit comments