diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2022-03-03 20:17:22 +0000 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2022-03-03 20:17:22 +0000 |
| commit | 3028bd71d6bd80b68cad94498ce51ff20f591ad5 (patch) | |
| tree | a4cfff16162d52c2b4efe1f863f4cd9eeba17710 /.github/workflows | |
| parent | a6081838ed8b5fd0ed499200d63e496112f9f536 (diff) | |
| download | webtrees-3028bd71d6bd80b68cad94498ce51ff20f591ad5.tar.gz webtrees-3028bd71d6bd80b68cad94498ce51ff20f591ad5.tar.bz2 webtrees-3028bd71d6bd80b68cad94498ce51ff20f591ad5.zip | |
No need to run CI tools on modules_v4 folder
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/phpcs.yaml | 2 | ||||
| -rw-r--r-- | .github/workflows/phpstan.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/phpcs.yaml b/.github/workflows/phpcs.yaml index df529e6a6f..b2e2895819 100644 --- a/.github/workflows/phpcs.yaml +++ b/.github/workflows/phpcs.yaml @@ -25,7 +25,7 @@ jobs: - run: composer global require squizlabs/php_codesniffer - name: PHP - run: ~/.composer/vendor/bin/phpcs --colors --standard=PSR12 --exclude=Generic.Files.LineLength --extensions=php index.php app modules_v4 tests + run: ~/.composer/vendor/bin/phpcs --colors --standard=PSR12 --exclude=Generic.Files.LineLength --extensions=php index.php app tests - name: Style sheets run: ~/.composer/vendor/bin/phpcs --colors --extensions=css resources/css diff --git a/.github/workflows/phpstan.yaml b/.github/workflows/phpstan.yaml index a49e754083..a0c5d95ff3 100644 --- a/.github/workflows/phpstan.yaml +++ b/.github/workflows/phpstan.yaml @@ -26,4 +26,4 @@ jobs: - run: composer install --no-progress - - run: ~/.composer/vendor/bin/phpstan analyze --no-progress --level=max app modules_v4 index.php + - run: ~/.composer/vendor/bin/phpstan analyze --no-progress --level=max app index.php |
