Skip to content

Use channel identifier so that the channel name is clickable when pos… #246

Use channel identifier so that the channel name is clickable when pos…

Use channel identifier so that the channel name is clickable when pos… #246

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'