]> git.agnieray.net Git - galette.git/commitdiff
Fix CI config
authorJohan Cwiklinski <johan@x-tnd.be>
Sat, 29 Jan 2022 07:26:34 +0000 (08:26 +0100)
committerJohan Cwiklinski <johan@x-tnd.be>
Wed, 8 Jun 2022 05:51:21 +0000 (07:51 +0200)
.github/workflows/ci-linux.yml

index a977cdc7f6f84df03069b4cf86e4885fcbf0b8a3..9c08b0bc31f5a167052c2b388d1d34c591ad64ab 100644 (file)
@@ -93,7 +93,7 @@ jobs:
 
       - name: CS
         run: |
-          galette/vendor/bin/phpcs -n -p --ignore=galette_tcpdf_config.php --standard=phpcs-rules.xml galette/lib/ tests/TestsBootstrap.php tests/Galette tests/plugins galette/webroot/index.php galette/includes/fields_defs/ galette/includes/smarty_plugins/ galette/includes/functions.inc.php galette/includes/galette.inc.php galette/includes/dependencies.php galette/includes/main.inc.php
+          galette/vendor/bin/phpcs -n -p --ignore=galette_tcpdf_config.php --standard=phpcs-rules.xml galette/lib/ tests/TestsBootstrap.php tests/Galette tests/plugins galette/webroot/index.php galette/includes/fields_defs/ galette/includes/functions.inc.php galette/includes/galette.inc.php galette/includes/dependencies.php galette/includes/main.inc.php
 
       - name: Install checker
         working-directory: galette