mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-11 05:46:16 +00:00
chore(lint): remove md and yml files from checks
This commit is contained in:
@@ -3,7 +3,7 @@ pre-commit:
|
|||||||
commands:
|
commands:
|
||||||
check:
|
check:
|
||||||
files: git diff --name-only --cached --diff-filter=AM @{push}
|
files: git diff --name-only --cached --diff-filter=AM @{push}
|
||||||
glob: "*.{js,ts,json,yml,md}"
|
glob: "*.{js,ts,json}"
|
||||||
run: bunx biome check {files}
|
run: bunx biome check {files}
|
||||||
commit-msg:
|
commit-msg:
|
||||||
parallel: false
|
parallel: false
|
||||||
|
|||||||
Reference in New Issue
Block a user