Skip to content

Commit 0a863d3

Browse files
committed
lint update + split
1 parent 1854b11 commit 0a863d3

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

.github/workflows/main.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -99,14 +99,16 @@ jobs:
9999
continue-on-error: ${{ matrix.experimental }}
100100

101101
- name: Check PHP syntax errors
102-
uses: overtrue/phplint@2.4.1
102+
uses: overtrue/phplint@3.0.0
103103
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
104+
path: ./public_html
105+
options: --exclude=lists/base
106+
continue-on-error: ${{ matrix.experimental }}
107+
108+
- name: Check PHP syntax errors in API
109+
uses: overtrue/phplint@9.5.0
110+
with:
111+
path: ./public_html/lists/base/vendor/phplist
110112
continue-on-error: ${{ matrix.experimental }}
111113

112114
- name: Run BDD Tests UI

0 commit comments

Comments
 (0)