From 9f79804011d9391a3cd85f97539a74d1caeb15a0 Mon Sep 17 00:00:00 2001 From: Glenn Jackman Date: Sat, 7 Mar 2026 14:04:19 -0500 Subject: [PATCH 1/2] add a couple of args to lychee invokation --- .github/workflows/links.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index ef4be834..4ba6a866 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -25,7 +25,7 @@ jobs: - name: Link Checker uses: lycheeverse/lychee-action@a8c4c7cb88f0c7386610c35eb25108e448569cb0 with: - args: --verbose --no-progress --require-https . + args: --cache --accept 200,429 --verbose --require-https --user-agent "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36" --no-progress **/*.md **/*.html **/*.toml **/*.json fail: true env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} From 980223f59fb9478c46fb7fcc184f9f082b9da6e9 Mon Sep 17 00:00:00 2001 From: Glenn Jackman Date: Sat, 7 Mar 2026 14:08:22 -0500 Subject: [PATCH 2/2] update README.md to trigger link checking --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3377ea71..9e8807f9 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Exercism exercises in Dart. ## Requirements -* Dart 2.0.0 or higher +* Dart 3.2 or higher ## Setup