Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

2.3.0 checks missing index.php on precommit

Choose a tag to compare

@github-actions github-actions released this 23 May 21:12
· 20 commits to v2 since this release
7adb615

🚀 Features

  • index filler can be added in pre-commit script (using new option --ckeck-only) (#28) @SebSept

✅ Enhancements

  • psdt:install-precommit-hook has a --reconfigure to rerun even if files and composer script exists
  • Improve index filler : manage index.php at root (#30) @SebSept
  • Improve index filler : fix & improve help message (#30) @SebSept
  • refactoring pre-commitable commands (#29) @SebSept
  • Added a github workflow that triggers Phpstan (level 8) , php-cs-fixer & composer validate (#27) @SebSept