From b22d199569d67747b4d74a09ca8ac91487be3626 Mon Sep 17 00:00:00 2001 From: Petro Kurbatskyi <67897517+ibexa-yuna@users.noreply.github.com> Date: Tue, 28 May 2024 22:07:07 +0200 Subject: [PATCH] revert ENG-125 --- .github/workflows/ci.yaml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0051755746..7c1d19a7be 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -33,18 +33,6 @@ jobs: - name: Run code style check run: composer run-script check-cs -- --format=checkstyle | cs2pr - linters: - name: Run linters - runs-on: "ubuntu-22.04" - strategy: - matrix: - php: - - '8.3' - steps: - - uses: actions/checkout@v4 - - - uses: ibiqlik/action-yamllint@v3 - tests: name: Tests runs-on: "ubuntu-22.04"