Skip to content

Commit 12d2c12

Browse files
committed
Testing a second markdownlnit action
Signed-off-by: Lynette Miles <[email protected]>
1 parent 872fa1c commit 12d2c12

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/pr-lint.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,14 @@ jobs:
3232
with:
3333
github_token: ${{ secrets.GITHUB_TOKEN }}
3434
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

Comments
 (0)