We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e702886 commit 6b2d8a7Copy full SHA for 6b2d8a7
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
globs: '**/*.md'
17
- name: lychee Link Checker
18
id: lychee
19
- uses: lycheeverse/lychee-action@v2.4.1
+ uses: lycheeverse/lychee-action@v2.5.0
20
with:
21
args: -v -n "*.md" "**/*.md"
22
fail: true
.github/workflows/lychee-weekly.yml
@@ -7,7 +7,7 @@ jobs:
7
steps:
8
- uses: actions/[email protected]
9
- name: Link Checker
10
11
12
13
- name: Create Issue From File
0 commit comments