Skip to content

Commit 0e2040a

Browse files
committed
chore: markdown linter
1 parent 0f65cba commit 0e2040a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ on:
1717
- '**/remove-old-artifacts.yml'
1818

1919
jobs:
20+
markdown-link-check:
21+
runs-on: ubuntu-latest
22+
steps:
23+
- uses: actions/checkout@master
24+
- uses: gaurav-nelson/github-action-markdown-link-check@v1
25+
with:
26+
use-quiet-mode: 'yes'
27+
folder-path: 'docs'
2028
build:
2129
runs-on: ubuntu-latest
2230
strategy:

0 commit comments

Comments
 (0)