Skip to content

Merge branch 'main' into test #194

Merge branch 'main' into test

Merge branch 'main' into test #194

Workflow file for this run

---
name: Docs
on:
push:
branches: [ main, test ]
pull_request:
branches: [ main, test ]
jobs:
markdown-link-check:
name: Broken Links
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
# don't need to check planetiler-openmaptiles
submodules: false
- name: Run link check
uses: gaurav-nelson/[email protected]
with:
use-quiet-mode: 'no'
use-verbose-mode: 'yes'
config-file: '.github/workflows/docs_mlc_config.json'