Skip to content

issue #21: update workflow #17

issue #21: update workflow

issue #21: update workflow #17

name: Check Markdown links
on:
workflow_call:
push:
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@master
- name: Validating links
uses: gaurav-nelson/github-action-markdown-link-check@v1