Skip to content

Commit ba50300

Browse files
authored
Update php.yml
Signed-off-by: Anna Hileta <[email protected]>
1 parent bbad193 commit ba50300

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ jobs:
3030
run: composer install --prefer-dist --no-progress
3131

3232
- 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
33+
run: vendor/bin/phpcs --standard=phpcs.xml --report=checkstyle --report-file=phpcs-report.xml src/ -n
3634

3735
- name: Run tests
3836
env:

0 commit comments

Comments
 (0)