From f7bc25f356d1364245ec7ccd4501d21ed4d334a1 Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Wed, 31 Jan 2024 15:58:40 +0100 Subject: [PATCH] fixup! fixup! kick of tiny readme --- .github/workflows/code_analysis.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/code_analysis.yaml b/.github/workflows/code_analysis.yaml index 94fd126..06f4203 100644 --- a/.github/workflows/code_analysis.yaml +++ b/.github/workflows/code_analysis.yaml @@ -26,7 +26,9 @@ jobs: - name: 'Tests' - run: vendor/bin/phpunit + run: | + bin/finalize detect src tests --ansi + vendor/bin/phpunit name: ${{ matrix.actions.name }} runs-on: ubuntu-latest