Skip to content

slapo/actions-php-lint

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/actions-php-lint@8.2
  with:
    dir: './src'

Change PHP Version

You can use :

StephaneBour/actions-php-lint@8.2
StephaneBour/actions-php-lint@8.1
StephaneBour/actions-php-lint@8.0
StephaneBour/actions-php-lint@7.4
StephaneBour/actions-php-lint@7.3
StephaneBour/actions-php-lint@7.2
StephaneBour/actions-php-lint@7.1
StephaneBour/actions-php-lint@7.0
StephaneBour/actions-php-lint@5.6

On success

On success

On failure

On success

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 62.4%
  • Dockerfile 37.6%