mirror of
https://codeberg.org/demostf/api.git
synced 2026-06-03 18:04:08 +02:00
update phpstan ci
This commit is contained in:
parent
eb3c909a93
commit
8e86657579
1 changed files with 3 additions and 4 deletions
7
.github/workflows/ci.yaml
vendored
7
.github/workflows/ci.yaml
vendored
|
|
@ -31,10 +31,9 @@ jobs:
|
||||||
extensions: apcu
|
extensions: apcu
|
||||||
- name: Composer
|
- name: Composer
|
||||||
run: composer install
|
run: composer install
|
||||||
- uses: php-actions/phpstan@v1
|
- name: phpstan
|
||||||
with:
|
run: |
|
||||||
error_format: github
|
./vendor/bin/phpstan analyse --level 6 src
|
||||||
args: --level 6 src
|
|
||||||
|
|
||||||
phpunit:
|
phpunit:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue