Skip to content

Commit 1eeda97

Browse files
committed
ci(lint): adding markdown linter
Signed-off-by: Boris Glimcher <[email protected]> Signed-off-by: Boris Glimcher <[email protected]>
1 parent d4bdea5 commit 1eeda97

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/ansible-lint.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Ansible Lint # feel free to pick your own name
1+
name: Linters
22

33
on:
44
pull_request:
@@ -16,6 +16,14 @@ on:
1616
- devel-1.6
1717

1818
jobs:
19+
20+
markdown-lint:
21+
runs-on: ubuntu-latest
22+
steps:
23+
- uses: actions/checkout@v4
24+
- name: Run tests
25+
run: docker run -v $PWD:/workdir ghcr.io/igorshubovych/markdownlint-cli:latest --disable=MD013 "**/*.md" || true
26+
1927
ansible-lint:
2028

2129
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)