Skip to content

New 2.8 features into the changelog #545

New 2.8 features into the changelog

New 2.8 features into the changelog #545

Workflow file for this run

name: Check Markdown links
on: push
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Check links (errors with ✖)
uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
config-file: '.github/workflows/mlc_config.json'
use-verbose-mode: 'yes'