Skip to content

Commit 9d082ce

Browse files
committed
Tests: markdownlint as actions
Signed-off-by: Lynette Miles <[email protected]>
1 parent f4fc5b9 commit 9d082ce

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/pr-lint.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,11 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v4
2323
- uses: ludeeus/action-shellcheck@master
24+
25+
delivery:
26+
runs-on: ubuntu-latest
27+
steps:
28+
- name: Check out code
29+
uses: actions/checkout@v2
30+
- name: Run mdl
31+
uses: actionshub/markdownlint@main

0 commit comments

Comments
 (0)