Skip to content

Commit c4efa6e

Browse files
committed
Testing markdownlint actions
Signed-off-by: Lynette Miles <[email protected]>
1 parent e0ac50c commit c4efa6e

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.github/workflows/pr-lint.yaml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,13 @@ jobs:
2222
- uses: actions/checkout@v4
2323
- uses: ludeeus/action-shellcheck@master
2424

25-
delivery:
25+
markdownlint:
26+
name: runner / markdownlint
2627
runs-on: ubuntu-latest
2728
steps:
28-
- name: Check out code
29-
uses: actions/checkout@v4
30-
- name: Run mdl
31-
uses: actionshub/markdownlint@main
29+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
30+
- name: markdownlint
31+
uses: reviewdog/action-markdownlint@3667398db9118d7e78f7a63d10e26ce454ba5f58 # v0.26.2
32+
with:
33+
github_token: ${{ secrets.GITHUB_TOKEN }}
34+
reporter: github-pr-review

0 commit comments

Comments
 (0)