Skip to content

Update versioneer to 0.29 #173

Update versioneer to 0.29

Update versioneer to 0.29 #173

Workflow file for this run

name: Check links
on: [push, pull_request]
jobs:
check_links:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v2
- name: Check links in markdown files (markdown-link-check)
uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
use-verbose-mode: 'no'
config-file: '.markdown-link-check-config.json'