forked from nginxinc/nginx-service-mesh
-
Notifications
You must be signed in to change notification settings - Fork 0
37 lines (33 loc) · 1004 Bytes
/
docs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
name: Documentation
on:
push:
pull_request:
defaults:
run:
shell: bash
concurrency:
group: ${{ github.ref_name }}-docs
cancel-in-progress: true
jobs:
markdown-lint:
name: Markdown Lint
runs-on: ubuntu-22.04
steps:
- name: Checkout Repository
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- name: Lint
uses: avto-dev/markdown-lint@04d43ee9191307b50935a753da3b775ab695eceb # v1.5.0
with:
config: docs/mdlint_conf.json
args: docs/content/**/*.md
markdown-link-check:
name: Markdown Link Check
runs-on: ubuntu-22.04
steps:
- name: Checkout Repository
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- name: Link Check
uses: gaurav-nelson/github-action-markdown-link-check@d53a906aa6b22b8979d33bc86170567e619495ec # v1.0.15
with:
config-file: docs/md-linkcheck-config.json
folder-path: docs/content