From bc08e5050199910567ecbcf150eade972c0e945c Mon Sep 17 00:00:00 2001 From: Mark Sagi-Kazar Date: Mon, 6 Jan 2025 22:09:15 +0100 Subject: [PATCH] updates Signed-off-by: Mark Sagi-Kazar --- .github/workflows/static.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/static.yaml b/.github/workflows/static.yaml index 3e421e9..380456c 100644 --- a/.github/workflows/static.yaml +++ b/.github/workflows/static.yaml @@ -24,7 +24,7 @@ jobs: uses: dagger/dagger-for-github@e5153f5610d82ac9f3f848f3a25ad9d696641068 # v7.0.1 with: verb: call - args: phpstan + args: lint phpstan # cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }} version: ${{ env.DAGGER_VERSION }} @@ -40,6 +40,6 @@ jobs: uses: dagger/dagger-for-github@e5153f5610d82ac9f3f848f3a25ad9d696641068 # v7.0.1 with: verb: call - args: php-cs-fixer + args: lint php-cs-fixer # cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }} version: ${{ env.DAGGER_VERSION }}