From e2910230b285372b59482b66b30d3943edd288f4 Mon Sep 17 00:00:00 2001 From: loks0n <22452787+loks0n@users.noreply.github.com> Date: Thu, 9 Apr 2026 15:25:17 +0100 Subject: [PATCH] ci: run pint and phpstan on the same commit Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c99ec12015..7ae5962ca8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,8 +28,6 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v6 - with: - fetch-depth: 2 - name: Setup PHP uses: shivammathur/setup-php@v2 @@ -72,9 +70,6 @@ jobs: - name: Run Locale check run: node .github/workflows/static-analysis/locale/index.js - - run: git checkout HEAD^2 - if: github.event_name == 'pull_request' - - name: Run Pint run: composer format:check