Update commands in GitHub Actions
This commit is contained in:
parent
27cc670152
commit
c23c9cf548
2
.github/workflows/coding-standards.yml
vendored
2
.github/workflows/coding-standards.yml
vendored
|
@ -36,4 +36,4 @@ jobs:
|
|||
run: composer install --prefer-dist --no-interaction --no-suggest
|
||||
|
||||
- name: Run checks
|
||||
run: make phpcs
|
||||
run: vendor/bin/phpcs -s --warning-severity=6
|
||||
|
|
2
.github/workflows/static-code-analysis.yml
vendored
2
.github/workflows/static-code-analysis.yml
vendored
|
@ -36,4 +36,4 @@ jobs:
|
|||
run: composer install --prefer-dist --no-interaction --no-suggest
|
||||
|
||||
- name: Run checks
|
||||
run: make phpstan
|
||||
run: vendor/bin/phpstan analyze
|
||||
|
|
Loading…
Reference in a new issue