diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d31b7c98..473bf9c6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,9 +12,11 @@ jobs: runs-on: ubuntu-latest steps: - 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' + use-verbose-mode: 'yes' + config-file: 'mlc_config.json' build-rust: # prevent from running on forks if: github.repository_owner == 'restatedev' diff --git a/README.md b/README.md index efd125ab..38d42588 100644 --- a/README.md +++ b/README.md @@ -168,4 +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. +Please update the version tag referenced on the [Tour of Restate](https://github.com/restatedev/documentation) documentation page. \ No newline at end of file