ci: add formatting command

This commit is contained in:
Ben Goldsworthy 2021-04-15 03:21:38 +01:00
parent d7a372ae2b
commit 2c9e14a45a

View file

@ -29,8 +29,8 @@ jobs:
- name: Install dependencies
run: composer install --prefer-dist --no-progress --ignore-platform-reqs && npm install
- name: Lint full codebase (PHP, JS, CSS)
run: composer run lint
- name: Format and lint full codebase (PHP, JS, CSS)
run: composer run format && composer run lint
# TODO: Add tests
# - name: Run test suite