Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8a29450

Browse files
EdwardAngertclaude
andcommitted
fix: update lychee-action configuration for v1 compatibility
- Change from ignore-file parameter to --config flag in args- Use v1 tag instead of pinning to specific version🤖 Generated with [Claude Code](https://claude.ai/code)Co-Authored-By: Claude <noreply@anthropic.com>
1 parent6a0c1c1 commit8a29450

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/docs-link-check.yaml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,16 @@ jobs:
4242
# Check links with lychee (faster and more robust than linkspector)
4343
-name:Check Markdown links
4444
id:lychee
45-
uses:lycheeverse/lychee-action@v1.9.0
45+
uses:lycheeverse/lychee-action@v1
4646
with:
4747
args:>-
4848
--verbose
4949
--no-progress
5050
--exclude-mail
5151
--exclude-loopback
5252
--exclude-private
53+
--config .github/docs/.lycheeignore
5354
'./docs/**/*.md'
54-
ignore-file:.github/docs/.lycheeignore
5555
format:json
5656
output:./lychee-result.json
5757
fail:false

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp