Skip to content

✨ Drop lower and upper bounds on python version, and upgrade to python 3.9 (#603) #840

✨ Drop lower and upper bounds on python version, and upgrade to python 3.9 (#603)

✨ Drop lower and upper bounds on python version, and upgrade to python 3.9 (#603) #840

Workflow file for this run

name: check-links
on:
push:
branches: [master]
tags:
- '*'
pull_request:
branches: [master]
schedule:
- cron: '0 3 * * 1' # runs at 3 AM every monday
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
use-verbose-mode: 'yes'
config-file: 'mlc_config.json'