Skip to content
check-square

GitHub Action

phplint problem matcher

v1.2.0 Latest version

phplint problem matcher

check-square

phplint problem matcher

Shows php lint errors as annotation (with file and code line) in GitHub Actions

Installation

Copy and paste the following snippet into your .yml file.

              

- name: phplint problem matcher

uses: korelstar/phplint-problem-matcher@v1.2.0

Learn more about this action in korelstar/phplint-problem-matcher

Choose a version

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.

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