planetiler/.github/workflows/docs.yml

24 wiersze
519 B
YAML
Czysty Zwykły widok Historia

2021-10-20 01:57:47 +00:00
---
name: Docs
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
markdown-link-check:
name: Broken Links
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: true
2021-10-20 01:57:47 +00:00
- name: Run link check
2022-04-20 10:30:13 +00:00
uses: gaurav-nelson/github-action-markdown-link-check@1.0.13
2021-10-20 01:57:47 +00:00
with:
use-quiet-mode: 'no'
use-verbose-mode: 'yes'
config-file: '.github/workflows/docs_mlc_config.json'