Skip to content

Commit 550baa5

Browse files
testing this out...
1 parent 1148c9e commit 550baa5

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/action.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Check Markdown links
2+
3+
on: push
4+
5+
jobs:
6+
markdown-link-check:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v4
10+
- uses: tcort/github-action-markdown-link-check@v1

0 commit comments

Comments
 (0)