We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0ac50c commit c4efa6eCopy full SHA for c4efa6e
.github/workflows/pr-lint.yaml
@@ -22,10 +22,13 @@ jobs:
22
- uses: actions/checkout@v4
23
- uses: ludeeus/action-shellcheck@master
24
25
- delivery:
+ markdownlint:
26
+ name: runner / markdownlint
27
runs-on: ubuntu-latest
28
steps:
- - name: Check out code
29
30
- - name: Run mdl
31
- uses: actionshub/markdownlint@main
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
+ - name: markdownlint
+ uses: reviewdog/action-markdownlint@3667398db9118d7e78f7a63d10e26ce454ba5f58 # v0.26.2
32
+ with:
33
+ github_token: ${{ secrets.GITHUB_TOKEN }}
34
+ reporter: github-pr-review
0 commit comments