-
Notifications
You must be signed in to change notification settings - Fork 7k
33 lines (27 loc) · 728 Bytes
/
docs.yml
File metadata and controls
33 lines (27 loc) · 728 Bytes
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
name: Documentation
on:
schedule:
- cron: '0 0 * * 0' # At 00:00 every Sunday
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
markdown-check:
name: Check Markdown
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check links
uses: UmbrellaDocs/action-linkspector@v1
with:
config_file: .github/workflows/lint/linkspector.yml
fail_on_error: 'true'
filter_mode: nofilter
- name: Lint
uses: DavidAnson/markdownlint-cli2-action@v19
with:
config: .github/workflows/lint/rules.markdownlint.yml
globs: |
**/*.md
!.github/ISSUE_TEMPLATE/*.md