1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-11 16:59:45 +01:00

Merge pull request #6587 from sasezaki/more_lint

Lint all *.php files, not only src
This commit is contained in:
orklah 2021-10-07 16:45:05 +02:00 committed by GitHub
commit 5aa16960f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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