We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eefdcd4 commit 58866dbCopy full SHA for 58866db
1 file changed
justfile
@@ -68,6 +68,7 @@ format args='':
68
# Format all files using pre-commit
69
[group('linter')]
70
format-all args='':
71
+ composer install
72
pre-commit run --all-files {{ args }}
73
74
# Add git commit hashes to the .git-blame-ignore-revs file
0 commit comments