From 70035e77a10aeb5fd044ceadd384f1101a76f1c7 Mon Sep 17 00:00:00 2001 From: Baptiste Leduc Date: Fri, 14 Aug 2026 13:39:37 +0000 Subject: [PATCH] Test AST Metrics --- .github/workflows/ci.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3fbdde3e..5753be62 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,6 +61,17 @@ jobs: run: composer update --prefer-stable - name: tests run: vendor/bin/phpunit + ast-metrics: + runs-on: ubuntu-latest + permissions: + contents: read + pull-requests: write + steps: + - uses: actions/checkout@master + - uses: ast-metrics/action-ast-metrics@v2 + with: + version: v0.42.1 + directory: src tests-lowest: runs-on: ubuntu-latest name: tests-lowest