mirror of
https://github.com/theoludwig/markdownlint-rule-relative-links.git
synced 2025-05-20 21:36:16 +02:00
5 lines
72 B
Bash
Executable File
5 lines
72 B
Bash
Executable File
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
npm run lint:commit -- --edit
|