forked from open-component-model/open-component-model
-
Notifications
You must be signed in to change notification settings - Fork 0
34 lines (31 loc) · 954 Bytes
/
markdown.yml
File metadata and controls
34 lines (31 loc) · 954 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: Markdown
on:
pull_request:
branches:
- main
paths:
- '**/*.md'
jobs:
verify-links:
name: Verify links
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- name: Run linkspector
uses: umbrelladocs/action-linkspector@37c85bcde51b30bf929936502bac6bfb7e8f0a4d # v1
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-check
fail_level: any
config_file: .github/config/linkspector.yaml
show_stats: true
spellcheck:
name: Spellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- name: Spellcheck
uses: rojopolis/spellcheck-github-actions@e3cd8e9aec4587ec73bc0e60745aafd45c37aa2e # v0
with:
config_path: .github/config/spellcheck.yml
task_name: Markdown