From a7a956df60b41f90b435c5f527274b95045f3b03 Mon Sep 17 00:00:00 2001 From: berfinyuksel Date: Fri, 21 Nov 2025 03:42:01 +0100 Subject: [PATCH] Remove legacy php-cs-fixer workflow file(s) --- .github/workflows/php-cs-fixer.yaml | 35 ----------------------------- 1 file changed, 35 deletions(-) delete mode 100644 .github/workflows/php-cs-fixer.yaml diff --git a/.github/workflows/php-cs-fixer.yaml b/.github/workflows/php-cs-fixer.yaml deleted file mode 100644 index 8bc4a184..00000000 --- a/.github/workflows/php-cs-fixer.yaml +++ /dev/null @@ -1,35 +0,0 @@ -name: "PHP-CS-Fixer" - -on: - pull_request_target: - branches: - - "[0-9]+.[0-9]+" - - "[0-9]+.x" - - "feature-*" - push: - branches: - - "[0-9]+.[0-9]+" - - "[0-9]+.x" - - "*_actions" - - "feature-*" - -permissions: - contents: read - -jobs: - php-cs-fixer: - permissions: - contents: write # for stefanzweifel/git-auto-commit-action to push code in repo - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - with: - ref: ${{ github.event.pull_request.head.ref }} - repository: ${{ github.event.pull_request.head.repo.full_name }} - - - name: PHP-CS-Fixer - uses: docker://oskarstark/php-cs-fixer-ga:latest - - - uses: stefanzweifel/git-auto-commit-action@v4 - with: - commit_message: Apply php-cs-fixer changes \ No newline at end of file