Skip to content

davidlienhard/php-simple-lint

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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/\*'

About

🐘 Simple PHP Lint Action using a shell script

Resources

License

Stars

Watchers

Forks

Languages