We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69c9bca commit 1a49537Copy full SHA for 1a49537
.github/workflows/reusable_phplinter.yml
@@ -43,13 +43,12 @@ jobs:
43
tools: phive
44
php-version: ${{ inputs.php-version }}
45
coverage: "none"
46
+ tools: composer
47
+ # A conflict exists between overtrue/phplint and redis
48
extensions: :redis
49
50
- name: Install overtrue/phplint (v9.7)
- run: |
- sleep $((random % 10))
51
- phive install overtrue/phplint@~9.7.1 --force-accept-unsigned --target ./bin
+ run: composer require overtrue/phplint
52
53
- name: Lint PHP files
54
55
- ./bin/phplint --no-cache --no-progress -v
+ run: vendor/bin/phplint --no-cache --no-progress -v
0 commit comments