An open API service indexing awesome lists of open source software.

https://github.com/korelstar/phplint-problem-matcher

Shows `php -l` errors in GitHub Actions as annotation with file and code line
https://github.com/korelstar/phplint-problem-matcher

github-actions phplint problem-matcher

Last synced: 11 months ago
JSON representation

Shows `php -l` errors in GitHub Actions as annotation with file and code line

Awesome Lists containing this project

README

          

# phplint-problem-matcher

This problem matcher lets you show errors from `php -l` as annotation in GitHub Actions.

## Usage

Add the step to your workflow, before `php -l` is called.

```yaml
- uses: korelstar/phplint-problem-matcher@v1
```