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
- Host: GitHub
- URL: https://github.com/korelstar/phplint-problem-matcher
- Owner: korelstar
- License: mit
- Created: 2020-02-13T16:13:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-03T06:53:40.000Z (over 2 years ago)
- Last Synced: 2024-11-04T14:45:55.468Z (over 1 year ago)
- Topics: github-actions, phplint, problem-matcher
- Language: JavaScript
- Homepage:
- Size: 10.7 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```