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