From c28a069ad8c9bdf84cb0d6ce8f17aee8310cf4ad Mon Sep 17 00:00:00 2001 From: Giselle van Dongen Date: Fri, 10 Apr 2026 15:34:52 +0200 Subject: [PATCH 1/5] fix link checker --- .github/workflows/test.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d31b7c98..0135d688 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,10 +11,11 @@ jobs: markdown-link-check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: gaurav-nelson/github-action-markdown-link-check@v1 - with: - use-quiet-mode: 'yes' + - uses: lycheeverse/lychee-action@v1 + with: + args: --verbose --no-progress --retry-wait-time 30 --max-retries 5 --exclude 'http://localhost*' --exclude 'https://localhost*' --exclude 'https://restate:9070*' --exclude 'https://docs.restate.dev/_mintlify/feedback/restate-6d46e1dc/agent-feedback' '**/*.md' '**/*.mdx' + fail: false + build-rust: # prevent from running on forks if: github.repository_owner == 'restatedev' From d5ff5c7809d5143627031d29a5037f9e5a275a39 Mon Sep 17 00:00:00 2001 From: Giselle van Dongen Date: Fri, 10 Apr 2026 15:39:01 +0200 Subject: [PATCH 2/5] fix link checker --- .github/workflows/test.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0135d688..c85de63d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,11 +11,12 @@ jobs: markdown-link-check: runs-on: ubuntu-latest steps: - - uses: lycheeverse/lychee-action@v1 - with: - args: --verbose --no-progress --retry-wait-time 30 --max-retries 5 --exclude 'http://localhost*' --exclude 'https://localhost*' --exclude 'https://restate:9070*' --exclude 'https://docs.restate.dev/_mintlify/feedback/restate-6d46e1dc/agent-feedback' '**/*.md' '**/*.mdx' - fail: false - + - uses: actions/checkout@v3 + - run: echo '{"ignorePatterns":[{"pattern":"https://docs.restate.dev/_mintlify/feedback/restate-6d46e1dc/agent-feedback"}]}' > mlc_config.json + - uses: gaurav-nelson/github-action-markdown-link-check@v1 + with: + use-quiet-mode: 'yes' + config-file: 'mlc_config.json' build-rust: # prevent from running on forks if: github.repository_owner == 'restatedev' From 23448da4c3b36f19aad1568c7fbfb5b14803f768 Mon Sep 17 00:00:00 2001 From: Giselle van Dongen Date: Fri, 10 Apr 2026 15:48:05 +0200 Subject: [PATCH 3/5] fix link checker --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c85de63d..473bf9c6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: - run: echo '{"ignorePatterns":[{"pattern":"https://docs.restate.dev/_mintlify/feedback/restate-6d46e1dc/agent-feedback"}]}' > mlc_config.json - uses: gaurav-nelson/github-action-markdown-link-check@v1 with: - use-quiet-mode: 'yes' + use-verbose-mode: 'yes' config-file: 'mlc_config.json' build-rust: # prevent from running on forks From 177496fc00e31c2ca84ba43bbc6514429bbb6ca7 Mon Sep 17 00:00:00 2001 From: Giselle van Dongen Date: Fri, 10 Apr 2026 15:54:18 +0200 Subject: [PATCH 4/5] add broken link to test --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index efd125ab..d89a7ae3 100644 --- a/README.md +++ b/README.md @@ -169,3 +169,5 @@ git push origin v0.9.1 This triggers a workflow that [creates a draft release](https://github.com/restatedev/examples/releases) on GitHub, which you need to approve to finalize it. Please update the version tag referenced on the [Tour of Restate](https://github.com/restatedev/documentation) documentation page. + +[www.testthislinkdoesntexist.com](www.testthislinkdoesntexist.com) \ No newline at end of file From 3c52f13c7496464f1120addab5e742c243c42648 Mon Sep 17 00:00:00 2001 From: Giselle van Dongen Date: Fri, 10 Apr 2026 15:56:57 +0200 Subject: [PATCH 5/5] remove broken link to test --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index d89a7ae3..38d42588 100644 --- a/README.md +++ b/README.md @@ -168,6 +168,4 @@ git push origin v0.9.1 This triggers a workflow that [creates a draft release](https://github.com/restatedev/examples/releases) on GitHub, which you need to approve to finalize it. -Please update the version tag referenced on the [Tour of Restate](https://github.com/restatedev/documentation) documentation page. - -[www.testthislinkdoesntexist.com](www.testthislinkdoesntexist.com) \ No newline at end of file +Please update the version tag referenced on the [Tour of Restate](https://github.com/restatedev/documentation) documentation page. \ No newline at end of file