1
0
Fork 0
mirror of https://codeberg.org/demostf/api.git synced 2026-06-03 09:54:17 +02:00

update phpstan ci

This commit is contained in:
Robin Appelman 2022-05-18 13:46:42 +02:00
commit 8e86657579

View file

@ -31,10 +31,9 @@ jobs:
extensions: apcu
- name: Composer
run: composer install
- uses: php-actions/phpstan@v1
with:
error_format: github
args: --level 6 src
- name: phpstan
run: |
./vendor/bin/phpstan analyse --level 6 src
phpunit:
runs-on: ubuntu-20.04