Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
check-square

GitHub Action

phplint problem matcher

v1.1.0

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.1.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