Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Add deprecation note #22

Add deprecation note

Add deprecation note #22

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