Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/HuasoFoundries/phpPgAdmin6.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/coding_standards.yml')
-rw-r--r--.github/workflows/coding_standards.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/coding_standards.yml b/.github/workflows/coding_standards.yml
index c8204158..6a88a3be 100644
--- a/.github/workflows/coding_standards.yml
+++ b/.github/workflows/coding_standards.yml
@@ -92,8 +92,8 @@ jobs:
key: "php-${{ matrix.php_version }}-phpcs-${{ github.sha }}"
restore-keys: "php-${{ matrix.php_version }}-phpcs-"
-# - name: "Run CodeShiffer"
-# run: phpcs --standard=.phpcs.xml --parallel=2 --cache=.build/phpcs/php-cs.cache --report=checkstyle src/* | cs2pr
+ - name: "Run CodeShiffer"
+ run: phpcs --standard=.phpcs.xml --parallel=2 --cache=.build/phpcs/php-cs.cache --report=checkstyle src/* | cs2pr
- name: "Run friendsofphp/php-cs-fixer"