Skip to content

Commit 4fa1042

Browse files
committed
Add missing actions/checkout to markdown check
1 parent 31ca8a3 commit 4fa1042

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,10 +148,12 @@ jobs:
148148
name: Markdown Lint
149149
runs-on: ubuntu-latest
150150
steps:
151+
- uses: actions/checkout@v2
151152
- uses: nosborn/[email protected]
152153
with:
153154
files: .
154-
ignore_files: "target/"
155+
config_file: .markdownlint.yml
156+
ignore_files: target/
155157

156158
link-checker:
157159
name: Link Checker

0 commit comments

Comments
 (0)