Skip to content

Commit c8dc21a

Browse files
authoredJan 17, 2022
Fix incorrect workflow
1 parent 20431d5 commit c8dc21a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
 

‎.github/workflows/ci.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,7 @@ on: push
44

55
jobs:
66
lint_md:
7-
- uses: actions/checkout@main
8-
- uses: gaurav-nelson/github-action-markdown-link-check@v1
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@main
10+
- uses: gaurav-nelson/github-action-markdown-link-check@v1

0 commit comments

Comments
 (0)
Please sign in to comment.