We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1854b11 commit 0a863d3Copy full SHA for 0a863d3
.github/workflows/main.yml
@@ -99,14 +99,16 @@ jobs:
99
continue-on-error: ${{ matrix.experimental }}
100
101
- name: Check PHP syntax errors
102
- uses: overtrue/phplint@2.4.1
+ uses: overtrue/phplint@3.0.0
103
with:
104
- path: |
105
- ./public_html
106
- ./public_html/lists/base/vendor/phplist
107
- options: >
108
- --exclude=lists/base/vendor
109
- --exclude=lists/base/var
+ path: ./public_html
+ options: --exclude=lists/base
+ continue-on-error: ${{ matrix.experimental }}
+
+ - name: Check PHP syntax errors in API
+ uses: overtrue/phplint@9.5.0
110
+ with:
111
+ path: ./public_html/lists/base/vendor/phplist
112
113
114
- name: Run BDD Tests UI
0 commit comments