1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-30 04:39:00 +01:00

exclude dictionaries/scripts from lint

This commit is contained in:
sasezaki 2021-10-05 09:57:06 +09:00
parent 9879aba283
commit 82d6e4c83b

View File

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