mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 17:58:41 +00:00
Update main.yml
This commit is contained in:
parent
4fe59969a9
commit
b58e4d86cf
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -106,6 +106,10 @@ jobs:
|
|||
restore-keys: ${{ runner.os }}-composer-
|
||||
- name: Setup Composer
|
||||
run: composer install
|
||||
- name: Prepare phpstan
|
||||
run: |
|
||||
sed -i 's/path: phpOMS\//path: /g' Build/Config/phpstan-baseline.neon
|
||||
sed -i 's/phpOMS\\\\\\\\//g' Build/Config/phpstan-baseline.neon
|
||||
- name: phpstan
|
||||
run: vendor/bin/phpstan analyse -a Autoloader.php --no-progress -l 7 -c Build/Config/phpstan.neon ./
|
||||
codestyle-tests:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user