Przeglądaj źródła

:octocat: phpcs does not properly load its config for some reason?

smiley 5 miesięcy temu
rodzic
commit
b3acaa5105
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      .github/workflows/ci.yml

+ 1 - 1
.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