This repository has been archived by the owner on Jan 29, 2024. It is now read-only.
Fixing links after docs update #21
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check Markdown Links | |
on: | |
pull_request: | |
types: [opened, synchronize] | |
jobs: | |
markdown-link-check: | |
runs-on: ubuntu-latest | |
env: | |
ZENML_DEBUG: 1 | |
ZENML_ANALYTICS_OPT_IN: false | |
steps: | |
- uses: actions/checkout@main | |
- uses: gaurav-nelson/github-action-markdown-link-check@v1 | |
with: | |
use-quiet-mode: 'yes' | |
use-verbose-mode: 'no' | |
config-file: .github/workflows/markdown_check_config.json | |