Skip to content

Merge branch 'main' of https://github.com/ai-cfia/github-workflows in… #6

Merge branch 'main' of https://github.com/ai-cfia/github-workflows in…

Merge branch 'main' of https://github.com/ai-cfia/github-workflows in… #6

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