From 25a231001d1723960a301b7d4c82884dc7ef857d Mon Sep 17 00:00:00 2001 From: "Patrick J. Roddy" Date: Wed, 22 May 2024 22:52:28 +0100 Subject: [PATCH] Clarify README.md defaults (#230) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e631a4..78809e9 100644 --- a/README.md +++ b/README.md @@ -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