Skip to content

Commit 26457e7

Browse files
committed
Only check Cargo.toml links
This excludes release.toml to be checked by lychee
1 parent 09576f3 commit 26457e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177
runs-on: ubuntu-latest
178178
steps:
179179
- uses: actions/checkout@v2
180-
- uses: nosborn/github-action-markdown-cli@v1.1.1
180+
- uses: nosborn/github-action-markdown-cli@v2.0.0
181181
with:
182182
files: .
183183
config_file: .markdownlint.yml
@@ -190,6 +190,6 @@ jobs:
190190
- name: Checkout
191191
uses: actions/checkout@v2
192192
- name: Check URLs in documentation
193-
uses: lycheeverse/[email protected].4
193+
uses: lycheeverse/[email protected].8
194194
with:
195-
args: --verbose --no-progress "*.md" "**/*.md" "**/*.rs" "*.toml" "**/*.toml" -h accept=text/html
195+
args: --verbose --no-progress "**/*.md" "**/*.rs" "Cargo.toml" "**/Cargo.toml" -h accept=text/html

0 commit comments

Comments
 (0)