Skip to content

ticket analytics page #169

ticket analytics page

ticket analytics page #169

Workflow file for this run

name: Check Markdown links
on:
workflow_dispatch:
pull_request:
types: [opened, reopened, synchronize]
branches:
- main
push:
branches:
- main
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
config-file: '.github/misc/mlc_config.json'
folder-path: 'docs'