mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-04-22 13:27:53 -04:00
15 lines
No EOL
365 B
YAML
15 lines
No EOL
365 B
YAML
pre-commit:
|
|
parallel: true
|
|
commands:
|
|
biome-lint:
|
|
glob: "*.{js,jsx,ts,tsx}"
|
|
run: npx @biomejs/biome check --write --reporter=summary {staged_files} --no-errors-on-unmatched
|
|
stage_fixed: true
|
|
skip:
|
|
- merge
|
|
- rebase
|
|
|
|
post-merge:
|
|
commands:
|
|
update-submodules:
|
|
run: git submodule update --init --recursive |