mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-10 13:26:16 +00:00
13 lines
317 B
YAML
Executable File
13 lines
317 B
YAML
Executable File
pre-commit:
|
|
parallel: true
|
|
commands:
|
|
check:
|
|
files: git diff --name-only --cached --diff-filter=AM @{push}
|
|
glob: "*.{js,ts,json}"
|
|
run: bunx biome check {files}
|
|
commit-msg:
|
|
parallel: false
|
|
commands:
|
|
commitlint:
|
|
run: bunx commitlint --edit
|