ci: update PHP command to lint everything
This commit is contained in:
parent
5db05c3779
commit
a646a481db
1 changed files with 3 additions and 3 deletions
6
.github/workflows/php.yml
vendored
6
.github/workflows/php.yml
vendored
|
@ -27,10 +27,10 @@ jobs:
|
|||
${{ runner.os }}-php-
|
||||
|
||||
- name: Install dependencies
|
||||
run: composer install --prefer-dist --no-progress --ignore-platform-reqs
|
||||
run: composer install --prefer-dist --no-progress --ignore-platform-reqs && npm install
|
||||
|
||||
- name: Lint PHP code
|
||||
run: composer run lint:php
|
||||
- name: Lint full codebase (PHP, JS, CSS)
|
||||
run: composer run lint
|
||||
|
||||
# TODO: Add tests
|
||||
# - name: Run test suite
|
||||
|
|
Reference in a new issue