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
|
||||
- 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue