Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 668 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 668 Bytes

PHP Syntax checker (lint) action

This action controls the syntax of php files in a folder, excluding the vendor folder.

Inputs

dir

The folder to control. Default ".".

Example usage

- name: PHP Syntax Checker (Lint)
  uses: StephaneBour/[email protected]
  with:
    dir: './src'

Change PHP Version

You can use :

StephaneBour/[email protected]
StephaneBour/[email protected]
StephaneBour/[email protected]
StephaneBour/[email protected]
StephaneBour/[email protected]
StephaneBour/[email protected]

On success

On success

On failure

On success