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:
parent
9879aba283
commit
82d6e4c83b
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user