Skip to content

Commit

Permalink
refactor: update pre commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Orkuncakilkaya committed Jul 26, 2024
1 parent abb338b commit b8a89cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .git_hooks/pre-commit
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh

docker-compose run --rm lint
docker run --rm -v $(pwd):/code ghcr.io/php-cs-fixer/php-cs-fixer:${FIXER_VERSION:-3-php8.3} fix --config=/code/.php-cs-fixer.php /code/src

0 comments on commit b8a89cf

Please sign in to comment.