Skip to content

feat: Add deprecation notices to all pages #266

feat: Add deprecation notices to all pages

feat: Add deprecation notices to all pages #266

Workflow file for this run

name: Linkcheck
on: [push, pull_request]
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: md-linkcheck
uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
config-file: '.github/.markdownlinkcheck.json'