mirror of
https://github.com/chenasraf/latch.git
synced 2026-05-17 17:28:08 +00:00
11 lines
218 B
YAML
11 lines
218 B
YAML
pre-commit:
|
|
parallel: true
|
|
commands:
|
|
lint:
|
|
glob: "*.php"
|
|
run: vendor/bin/phpstan analyse --no-progress
|
|
fix:
|
|
glob: "*.php"
|
|
run: vendor/bin/pint {staged_files}
|
|
stage_fixed: true
|