Skip to content

Commit 40f1bfa

Browse files
committed
Exclude vendor-directory
1 parent ed52c90 commit 40f1bfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable_phplinter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ jobs:
5050
run: composer require overtrue/phplint
5151

5252
- name: Lint PHP files
53-
run: vendor/bin/phplint --no-cache --no-progress -v
53+
run: vendor/bin/phplint --exclude=vendor --no-cache --no-progress -v

0 commit comments

Comments
 (0)