Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 265 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 265 Bytes

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'