Sfoglia il codice sorgente

:octocat: copypasta

smiley 1 anno fa
parent
commit
fca7b54625
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      .github/workflows/ci.yml

+ 1 - 1
.github/workflows/ci.yml

@@ -51,7 +51,7 @@ jobs:
         run: php vendor/bin/phpstan
 
       - name: "Run PHP_CodeSniffer"
-        run: php vendor/bin/phpstan
+        run: php vendor/bin/phpcs
 
 
   tests: