Skip to content

Bump semver from 5.7.1 to 5.7.2 #1353

Bump semver from 5.7.1 to 5.7.2

Bump semver from 5.7.1 to 5.7.2 #1353

Workflow file for this run

name: check-documentation
on:
push:
branches: [documentation, develop]
pull_request:
branches: [documentation, develop]
schedule:
- cron: "0 9 * * *"
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: documentation
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
max-depth: 4 # exclude the API docs
use-quiet-mode: 'yes'