Skip to content

check-links

check-links #17

Workflow file for this run

on:
push:
paths:
- 'docs/**'
- .github/workflows/check_links.yaml
- mlc_config.json
pull_request:
paths:
- 'docs/**'
- .github/workflows/check_links.yaml
- mlc_config.json
schedule:
- cron: "0 0 12 * *"
name: check-links
jobs:
check-links:
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v2
- name: Remove README that is not originally from this repo
run: rm CppGslLite/README.md
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
config-file: 'mlc_config.json'