1
0
Fork 0
mirror of https://codeberg.org/demostf/api.git synced 2026-06-03 18:04:08 +02:00

phpstan lvl5

This commit is contained in:
Robin Appelman 2020-11-28 19:48:14 +01:00
commit 28589d505d

View file

@ -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