ci: add formatting command
This commit is contained in:
parent
d7a372ae2b
commit
2c9e14a45a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/php.yml
vendored
4
.github/workflows/php.yml
vendored
|
@ -29,8 +29,8 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: composer install --prefer-dist --no-progress --ignore-platform-reqs && npm install
|
run: composer install --prefer-dist --no-progress --ignore-platform-reqs && npm install
|
||||||
|
|
||||||
- name: Lint full codebase (PHP, JS, CSS)
|
- name: Format and lint full codebase (PHP, JS, CSS)
|
||||||
run: composer run lint
|
run: composer run format && composer run lint
|
||||||
|
|
||||||
# TODO: Add tests
|
# TODO: Add tests
|
||||||
# - name: Run test suite
|
# - name: Run test suite
|
||||||
|
|
Reference in a new issue