From b3acaa5105b48ab6a0d997bfe9787b2e17249af9 Mon Sep 17 00:00:00 2001 From: smiley Date: Sat, 19 Jul 2025 23:56:49 +0200 Subject: [PATCH] :octocat: phpcs does not properly load its config for some reason? --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ec9ede78f..4ef2cadbe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: run: php vendor/bin/phan --target-php-version=${{ matrix.php-version }} - name: "Run PHP_CodeSniffer" - run: php vendor/bin/phpcs + run: php vendor/bin/phpcs --standard=phpcs.xml.dist # - name: "Run PHPStan" # run: php vendor/bin/phpstan