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 872fa1c commit 12d2c12Copy full SHA for 12d2c12
.github/workflows/pr-lint.yaml
@@ -32,3 +32,14 @@ jobs:
32
with:
33
github_token: ${{ secrets.GITHUB_TOKEN }}
34
reporter: github-pr-review
35
+
36
+ markdownlint2:
37
+ name: runner / markdownlint
38
+ runs-on: ubuntu-latest
39
+ steps:
40
+ - uses: actions/checkout@v1
41
+ - name: markdownlint
42
+ uses: prologic/action-markdownlint@v1
43
+ with:
44
+ github_token: ${{ secrets.GITHUB_TOKEN }}
45
+ reporter: github-pr-review # Change reporter. (Only `github-pr-check` is supported at the moment).
0 commit comments