From 3575ec74cee10ea63298084e23e022561a6216e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pascal=20von=20B=C3=BCren?= Date: Mon, 25 Nov 2024 10:37:40 +0100 Subject: [PATCH] no container linter when no real symfony --- .github/workflows/lint-container.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/workflows/lint-container.yml diff --git a/.github/workflows/lint-container.yml b/.github/workflows/lint-container.yml deleted file mode 100644 index 547055d..0000000 --- a/.github/workflows/lint-container.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: PHP Container Linter - -on: [pull_request] - -jobs: - container-linter: - runs-on: ubuntu-latest - steps: - # Checkout - - name: Checkout - uses: actions/checkout@v4 - - # PHP - - uses: ./.github/actions/php - - # Composer - - uses: ramsey/composer-install@v3 - - # Lint - - run: php bin/console lint:container