mirror of
https://github.com/anotherhadi/spilltea.git
synced 2026-05-20 01:32:33 +02:00
aa7b639f82
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
20 lines
582 B
YAML
20 lines
582 B
YAML
pre-commit:
|
|
piped: true
|
|
commands:
|
|
check-vendor-hash:
|
|
glob: "{go.mod,go.sum}"
|
|
run: .github/scripts/check-vendor-hash.sh
|
|
stage_fixed: true
|
|
inject-exec-basics:
|
|
glob: "{docs/basics.md,cmd/**}"
|
|
run: python3 .github/scripts/inject-exec.py docs/basics.md
|
|
stage_fixed: true
|
|
inject-exec:
|
|
glob: "{README.md,docs/basics.md,cmd/**}"
|
|
run: python3 .github/scripts/inject-exec.py README.md
|
|
stage_fixed: true
|
|
toc:
|
|
glob: "{README.md,docs/basics.md,cmd/**}"
|
|
run: doctoc --notitle README.md
|
|
stage_fixed: true
|