From 02063b90cb0df2e38b36b1acc200ebf1e60426e3 Mon Sep 17 00:00:00 2001 From: Averi Kitsch Date: Tue, 30 Sep 2025 13:49:34 -0700 Subject: [PATCH] chore(ci): Update markdown-checks.yml --- .github/workflows/markdown-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/markdown-checks.yml b/.github/workflows/markdown-checks.yml index 6900fd4..8447edf 100644 --- a/.github/workflows/markdown-checks.yml +++ b/.github/workflows/markdown-checks.yml @@ -30,4 +30,4 @@ jobs: uses: lycheeverse/lychee-action@885c65f3dc543b57c898c8099f4e08c8afd178a2 # v2.6.1 with: # There is no security token. So, it would fail on any links which aren't public. - args: "--verbose --no-progress **/*.md" + args: "--verbose --no-progress README.md CLOUD-SQL-POSTGRESQL.md"