Skip to content

Commit

Permalink
make php-cs-fixer-test-docker
Browse files Browse the repository at this point in the history
  • Loading branch information
rldhont committed Aug 27, 2024
1 parent 9742833 commit 32742fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ eslint-fix:
php-cs-fixer-test:
php-cs-fixer fix --config=.php-cs-fixer.dist.php --dry-run --diff

php-cs-fixer-test-docker:
docker run --rm -it -w=/app -v ${PWD}:/app oskarstark/php-cs-fixer-ga:latest --config=.php-cs-fixer.dist.php --dry-run --diff

php-cs-fixer-apply:
php-cs-fixer fix --config=.php-cs-fixer.dist.php

Expand Down

0 comments on commit 32742fb

Please sign in to comment.