From 0394c2bea9007b9dd22634c4b265353cf55a52b5 Mon Sep 17 00:00:00 2001 From: MDW Date: Fri, 9 Feb 2024 18:57:27 +0100 Subject: [PATCH] Qual: disable PHPCS action (now performed by pre-commit) (#28097) # Qual: disable PHPCS action (now performed by pre-commit) The php-cs analysis is now ensured by pre-commit which does analysis on changed files in PR's and full analysis in the main branches. It also provides better reports (PHPCS did not report all the issues seen in travis). --- .github/workflows/{phpcs.yml => phpcs.yml.disabled} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{phpcs.yml => phpcs.yml.disabled} (100%) diff --git a/.github/workflows/phpcs.yml b/.github/workflows/phpcs.yml.disabled similarity index 100% rename from .github/workflows/phpcs.yml rename to .github/workflows/phpcs.yml.disabled