This problem matcher lets you show errors from php -l
as annotation in GitHub Actions.
Add the step to your workflow, before php -l
is called.
- uses: korelstar/phplint-problem-matcher@v1
Shows `php -l` errors in GitHub Actions as annotation with file and code line
JavaScriptMIT