From a314110837cfa0d69d3e9441a87a877e2e9eaa79 Mon Sep 17 00:00:00 2001 From: Guillaume AGNIERAY Date: Sat, 3 Jan 2026 14:53:35 +0100 Subject: [PATCH] Fix github workflow --- .github/workflows/ci-linux.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index 9772f0f..e6557d6 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -64,7 +64,7 @@ jobs: - name: Install dependencies run: | - cd galette-core/galette + cd galette-core composer install --ignore-platform-reqs - name: CS @@ -91,7 +91,7 @@ jobs: - name: Headers checks run: | cd galette-core/galette/plugins/plugin-helloasso - ../../vendor/bin/docheader --docheader=.docheader check lib ./*.php + ../../vendor/bin/docheader --docheader=../../../.docheader check lib ./*.php unit-tests: runs-on: ubuntu-latest