From 9d7b757aad935b0767ccb2e46abce4bc7dfec8d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Arroyo?= Date: Fri, 15 Mar 2024 15:53:48 +0100 Subject: [PATCH] feat: Custom config for testing PHP-MD codesize rules in the pipelines MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Héctor Arroyo --- .github/workflows/continuous-integration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index 7829b6f1f0..0c23e4b255 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -21,7 +21,7 @@ jobs: steps: - name: CI - uses: oat-sa/tao-extension-ci-action@v1 + uses: oat-sa/tao-extension-ci-action@experimental/phpmd-ci-checks with: php: ${{ matrix.php-version }} coverage: ${{ matrix.coverage }}