Explorar o código

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

smiley hai 5 meses
pai
achega
54c213bd4a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 --standard=phpcs.xml.dist
+        run: php vendor/bin/phpcs -v
 
 #      - name: "Run PHPStan"
 #        run: php vendor/bin/phpstan