mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 09:48:40 +00:00
Fix relative path
This commit is contained in:
parent
957453f4c7
commit
fb4c9deca7
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -152,7 +152,7 @@ jobs:
|
|||
run: composer install
|
||||
- name: Prepare phpstan
|
||||
run: |
|
||||
sed -i 's/path: phpOMS\//path: /g' Build/Config/phpstan-baseline.neon
|
||||
sed -i 's/path: ../../phpOMS\//path: ..\//..\///g' Build/Config/phpstan-baseline.neon
|
||||
- name: phpstan
|
||||
run: vendor/bin/phpstan analyse -a Autoloader.php --no-progress -l 8 -c Build/Config/phpstan.neon ./
|
||||
codestyle-tests:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user