From ad4f908c24ceabdc8452c82405299154ebf63aef Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 13 Mar 2024 06:52:16 +0100 Subject: [PATCH] CI will stop complaining about code base, bi-weekly release picks this up. --- .github/workflows/sonarcloud.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 862d9d4dc7..41ef4cfeb9 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -45,15 +45,6 @@ jobs: - name: Install Composer dependencies run: composer install --prefer-dist --no-interaction --no-progress --no-scripts - - name: PHPStan - run: .ci/phpstan.sh - - - name: PHPMD - run: .ci/phpmd.sh - - - name: PHP CS Fixer - run: .ci/phpcs.sh - - name: "Create database file" run: touch storage/database/database.sqlite