Skip to content

Merge pull request #41 from vil02/dependabot/docker/gitpod/workspace-… #770

Merge pull request #41 from vil02/dependabot/docker/gitpod/workspace-…

Merge pull request #41 from vil02/dependabot/docker/gitpod/workspace-… #770

Workflow file for this run

---
name: Check Markdown links
'on': [workflow_dispatch, push]
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Run markdown link check
uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
...