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 bbad193 commit ba50300Copy full SHA for ba50300
.github/workflows/php.yml
@@ -30,9 +30,7 @@ jobs:
30
run: composer install --prefer-dist --no-progress
31
32
- name: Run linter
33
- run: |
34
- composer install --prefer-dist --no-progress
35
- vendor/bin/phpcs --standard=phpcs.xml --report=checkstyle --report-file=phpcs-report.xml src/ -n
+ run: vendor/bin/phpcs --standard=phpcs.xml --report=checkstyle --report-file=phpcs-report.xml src/ -n
36
37
- name: Run tests
38
env:
0 commit comments