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:
commit
5aa16960f2
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -36,7 +36,7 @@ jobs:
|
|||||||
COMPOSER_ROOT_VERSION: dev-master
|
COMPOSER_ROOT_VERSION: dev-master
|
||||||
|
|
||||||
- run: |
|
- run: |
|
||||||
vendor/bin/parallel-lint src
|
git ls-files | grep \\\.php$ | grep -v ^dictionaries/scripts/* | ./vendor/bin/parallel-lint --stdin
|
||||||
chunk-matrix:
|
chunk-matrix:
|
||||||
name: Generate Chunk Matrix
|
name: Generate Chunk Matrix
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user