Update commands in GitHub Actions

This commit is contained in:
Oliver Davies 2020-10-08 18:24:04 +01:00
parent 27cc670152
commit c23c9cf548
2 changed files with 2 additions and 2 deletions

View file

@ -36,4 +36,4 @@ jobs:
run: composer install --prefer-dist --no-interaction --no-suggest run: composer install --prefer-dist --no-interaction --no-suggest
- name: Run checks - name: Run checks
run: make phpcs run: vendor/bin/phpcs -s --warning-severity=6

View file

@ -36,4 +36,4 @@ jobs:
run: composer install --prefer-dist --no-interaction --no-suggest run: composer install --prefer-dist --no-interaction --no-suggest
- name: Run checks - name: Run checks
run: make phpstan run: vendor/bin/phpstan analyze