Skip to content

Linux installation and usage, cli updates #640

Linux installation and usage, cli updates

Linux installation and usage, cli updates #640

Workflow file for this run

# from: https://github.com/gaurav-nelson/github-action-markdown-link-check
name: Check Markdown links
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
config-file: 'mlc_config.json'