Skip to content

Commit 0534a76

Browse files
committed
Don't worry about platform requirements when linting
1 parent 341f8ea commit 0534a76

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/reusable_phplinter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
extensions: :redis
4848

4949
- name: Install overtrue/phplint (v9.7)
50-
run: composer require overtrue/phplint
50+
run: composer require overtrue/phplint --ignore-platform-reqs
5151

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

0 commit comments

Comments
 (0)