Skip to content

PHP Simple Lint

Actions
Run Lint using Bash
1.0.1
Latest
Star (1)

Tags

 (1)

PHP Simple Lint

Simple PHP Lint Action using a shell script

This requires PHP already to be set up in the workflow.

Inputs

folder

The folder to control. Defaults to "./".

ignore

Semicolon separated list of folders or files to ignore. Special caracters like asterisks or semicolons must be escaped.

ignore: './vendor/\*' or ignore: './vendor/\*\;./tests/\*'

Defaults to './vendor/\*'

Example usage

- name: PHP Simple Lint
  uses: davidlienhard/php-simple-lint@1
  with:
    folder: './'
    ignore: './vendor/\*'

PHP Simple Lint is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Run Lint using Bash
1.0.1
Latest

Tags

 (1)

PHP Simple Lint is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.