Skip to content

Consolidate Dataflow documentation #14

Consolidate Dataflow documentation

Consolidate Dataflow documentation #14

name: markdown-link-check
on: [push, pull_request]
jobs:
markdown-link-check:
name: markdown-link-check
runs-on: ubuntu-latest
steps:
- name: Clone the repository
uses: actions/checkout@96f53100ba2a5449eb71d2e6604bbcd94b9449b5
- name: Validate Markdown links
uses: gaurav-nelson/github-action-markdown-link-check@322b2315689b8cc8c65c14a07064ec862e62ee7c
with:
use-quiet-mode: 'yes'
# https://github.com/tcort/markdown-link-check#config-file-format
config-file: '.github/workflows/markdown-link-check-config.json'