Skip to content

Add python 3_9 and 3_10 to test matrix #1223

Add python 3_9 and 3_10 to test matrix

Add python 3_9 and 3_10 to test matrix #1223

Workflow file for this run

name: Check Links
on:
pull_request:
branches:
- main
push:
branches:
- main
schedule:
- cron: '0 5 * * *'
workflow_dispatch:
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Check links in Markdown files
uses: gaurav-nelson/github-action-markdown-link-check@v1