mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-06-21 00:52:47 +02:00
19 lines
414 B
YAML
19 lines
414 B
YAML
pre-commit:
|
|
parallel: true
|
|
commands:
|
|
biome-lint:
|
|
run: npx biome check --write --reporter=summary --staged --no-errors-on-unmatched
|
|
stage_fixed: true
|
|
skip:
|
|
- merge
|
|
- rebase
|
|
|
|
post-merge:
|
|
commands:
|
|
update-submodules:
|
|
run: git submodule update --init --recursive
|
|
|
|
post-checkout:
|
|
commands:
|
|
update-submodules:
|
|
run: git submodule update --init --recursive |