ci: update PHP command to lint everything

This commit is contained in:
Ben Goldsworthy 2021-04-15 03:06:46 +01:00
parent 5db05c3779
commit a646a481db

View file

@ -27,10 +27,10 @@ jobs:
${{ runner.os }}-php- ${{ runner.os }}-php-
- name: Install dependencies - 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 - name: Lint full codebase (PHP, JS, CSS)
run: composer run lint:php run: composer run lint
# TODO: Add tests # TODO: Add tests
# - name: Run test suite # - name: Run test suite