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 697fe90 commit ad4d5cfCopy full SHA for ad4d5cf
.github/workflows/cs.yml
@@ -33,6 +33,11 @@ jobs:
33
coverage: none
34
tools: cs2pr
35
36
+ # Validate the composer.json file.
37
+ # @link https://getcomposer.org/doc/03-cli.md#validate
38
+ - name: Validate Composer installation
39
+ run: composer validate --no-check-all --strict
40
+
41
- name: 'Composer: adjust dependencies'
42
run: |
43
# The sniff stage doesn't run the unit tests, so no need for PHPUnit.
@@ -70,8 +75,3 @@ jobs:
70
75
71
76
- name: Show PHPCS results in PR
72
77
run: cs2pr ./phpcs-report.xml
73
-
74
- # Validate the composer.json file.
- # @link https://getcomposer.org/doc/03-cli.md#validate
- - name: Validate Composer installation
- run: composer validate --no-check-all --strict
0 commit comments