Skip to content

Commit 8d609aa

Browse files
authored
fix link checker (#382)
* fix link checker * fix link checker * fix link checker * add broken link to test * remove broken link to test
1 parent 8b4a646 commit 8d609aa

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v3
15+
- run: echo '{"ignorePatterns":[{"pattern":"https://docs.restate.dev/_mintlify/feedback/restate-6d46e1dc/agent-feedback"}]}' > mlc_config.json
1516
- uses: gaurav-nelson/github-action-markdown-link-check@v1
1617
with:
17-
use-quiet-mode: 'yes'
18+
use-verbose-mode: 'yes'
19+
config-file: 'mlc_config.json'
1820
build-rust:
1921
# prevent from running on forks
2022
if: github.repository_owner == 'restatedev'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,4 +168,4 @@ git push origin v0.9.1
168168

169169
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.
170170

171-
Please update the version tag referenced on the [Tour of Restate](https://github.com/restatedev/documentation) documentation page.
171+
Please update the version tag referenced on the [Tour of Restate](https://github.com/restatedev/documentation) documentation page.

0 commit comments

Comments
 (0)