Skip to content

kasparszarinovs/github-actions-phpcs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP CodeSniffer Github Action

Description

A Github action to support PHP CodeSniffer checks.

Important

Currently only PHP 7.4 is supported, however support for other PHP versions is planned.

Variables

  • check_path - path for file/folder to be checked with PHPCS. E.g. ./app/, defaults to ..
  • phpcs_path - Path to PHPCS binary. E.g. ./vendor/bin/phpcs, defaults to phpcs.
  • phpcs_standard - PHPCS standard to use. E.g. PSR12.

About

PHP CodeSniffer Github Action

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 61.4%
  • Dockerfile 38.6%