1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 05:41:20 +01:00

Lint all *.php files, not only src

This commit is contained in:
sasezaki 2021-10-05 09:39:10 +09:00
parent 7332c514a3
commit 9879aba283

View File

@ -36,7 +36,7 @@ jobs:
COMPOSER_ROOT_VERSION: dev-master
- run: |
vendor/bin/parallel-lint src
git ls-files | grep \\\.php$ | ./vendor/bin/parallel-lint --stdin
chunk-matrix:
name: Generate Chunk Matrix