Skip to content

Add a Python version matrix (3.8-3.10) to GHA jobs #410

Add a Python version matrix (3.8-3.10) to GHA jobs

Add a Python version matrix (3.8-3.10) to GHA jobs #410

Workflow file for this run

name: Check Markdown links
on:
push:
branches:
- main
pull_request:
branches:
- main
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
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'