Skip to content

Commit c5f1a6d

Browse files
committed
test
1 parent 4932c84 commit c5f1a6d

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/check-links.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@ jobs:
1616
fail: false
1717
format: "json"
1818
output: "results.json"
19-
args: |
20-
--include "**/*.md"
21-
--include "**/*.html"
22-
--verbose
19+
args: |
20+
--include "**/*.md"
21+
--include "**/*.html"
22+
--verbose
23+
.
2324
2425
- name: Publish link check report
2526
uses: mikepenz/action-junit-report@v6

0 commit comments

Comments
 (0)