mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-06 20: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
|
run: composer install
|
||||||
- name: Prepare phpstan
|
- name: Prepare phpstan
|
||||||
run: |
|
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
|
- name: phpstan
|
||||||
run: vendor/bin/phpstan analyse -a Autoloader.php --no-progress -l 8 -c Build/Config/phpstan.neon ./
|
run: vendor/bin/phpstan analyse -a Autoloader.php --no-progress -l 8 -c Build/Config/phpstan.neon ./
|
||||||
codestyle-tests:
|
codestyle-tests:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user