We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86409aa commit 9a0a9afCopy full SHA for 9a0a9af
.github/workflows/main.yml
@@ -77,7 +77,7 @@ jobs:
77
sudo php -S 0.0.0.0:80 -t public_html > /dev/null 2>&1 &
78
79
- name: Check PHP syntax errors
80
- uses: phplist/phplint@2.3.5
+ uses: phplist/phplint@2.4.1
81
with:
82
path: ./public_html
83
0 commit comments