Skip to content

Commit 4a656f0

Browse files
committed
add linkspector
1 parent 5d6a724 commit 4a656f0

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.github/workflows/lint.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CI lint
22

33
on:
44
push:
5-
branches: [ "main" ]
5+
branches: ["main"]
66
pull_request:
7-
branches: [ "main" ]
7+
branches: ["main"]
88
workflow_dispatch:
99

1010
jobs:
@@ -16,7 +16,12 @@ jobs:
1616
- name: Markdown Lint
1717
uses: avto-dev/markdown-lint@v1.5.0
1818
with:
19-
args: './README.md'
20-
config: './.markdownlint.jsonc'
19+
args: "./README.md"
20+
config: "./.markdownlint.jsonc"
2121
- name: Typos
2222
uses: crate-ci/typos@v1.19.0
23+
- name: Run linkspector
24+
uses: umbrelladocs/action-linkspector@v1
25+
with:
26+
reporter: github-check
27+
fail_on_error: true

0 commit comments

Comments
 (0)