Skip to content

Commit 50d14b0

Browse files
committed
fragments: Fix missing supplementary link
Signed-off-by: 林博仁(Buo-ren Lin) <Buo.Ren.Lin@gmail.com>
1 parent 7b6d818 commit 50d14b0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

fragments/ansible-lint.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Check Ansible playbooks with Ansible Lint
2+
# https://ansible-lint.readthedocs.io/
23
- repo: https://github.com/ansible/ansible-lint.git
34
rev: v4.2.0
45
hooks:

fragments/markdownlint.node.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Check Markdown documents with Markdownlint(Node.js variant)
2+
# https://github.com/DavidAnson/markdownlint
23
- repo: https://github.com/igorshubovych/markdownlint-cli
34
rev: v0.23.2
45
hooks:

0 commit comments

Comments
 (0)