Skip to content

StephaneBour/actions-php-cs-fixer

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

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PHP CS fixer action

This action controls that style rules are well respected.

Inputs

dir

The folder to control. Default ".".

Example usage

- name: PHP CS Fixer
  uses: StephaneBour/actions-php-cs-fixer@1.0
  with:
    dir: './src'