Skip to content

Commit

Permalink
Clarify README.md defaults (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyroddy authored May 22, 2024
1 parent 054a8e8 commit 25a2310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Here is how to pass the arguments.
- name: Link Checker
uses: lycheeverse/lychee-action@v1
with:
# Check all markdown and html files in repo (default)
# Check all markdown, html and reStructuredText files in repo (default)
args: --base . --verbose --no-progress './**/*.md' './**/*.html' './**/*.rst'
# Use json as output format (instead of markdown)
format: json
Expand Down

0 comments on commit 25a2310

Please sign in to comment.