Skip to content

Commit

Permalink
Add php-cs-fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
nenes25 committed Nov 7, 2023
1 parent 099569d commit e25cc10
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Run PHP-CS-Fixer
uses: prestashopcorp/github-action-php-cs-fixer@master
uses: prestashopcorp/github-action-php-cs-fixer@master
with:
other-cmds: '--dry-run --diff --config tests/php/.php-cs-fixer.dist.php'

0 comments on commit e25cc10

Please sign in to comment.