mirror of
https://github.com/anotherhadi/spilltea.git
synced 2026-05-20 01:32:33 +02:00
add "add-default-config" flag
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
+2
-2
@@ -2,8 +2,8 @@ pre-commit:
|
||||
piped: true
|
||||
commands:
|
||||
inject-exec-basics:
|
||||
glob: "docs/basics.md"
|
||||
run: python3 .github/scripts/inject-exec.py {staged_files}
|
||||
glob: "{docs/basics.md,cmd/**}"
|
||||
run: python3 .github/scripts/inject-exec.py docs/basics.md
|
||||
stage_fixed: true
|
||||
inject-exec:
|
||||
glob: "README.md"
|
||||
|
||||
Reference in New Issue
Block a user