mirror of
https://codeberg.org/demostf/api.git
synced 2026-06-03 18:04:08 +02:00
phpstan lvl5
This commit is contained in:
parent
ef7fe37e9a
commit
28589d505d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
|
@ -23,7 +23,7 @@ jobs:
|
||||||
- uses: php-actions/phpstan@v1
|
- uses: php-actions/phpstan@v1
|
||||||
with:
|
with:
|
||||||
error_format: github
|
error_format: github
|
||||||
args: src
|
args: --level 5 src
|
||||||
|
|
||||||
phpunit:
|
phpunit:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue