Skip to content

Commit 983809a

Browse files
committed
add linting workflow for docs (markdown + spelling)
1 parent 1184f67 commit 983809a

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/linting.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Linting
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
pull_request:
8+
branches:
9+
- main
10+
11+
jobs:
12+
docs-lint:
13+
name: Documentation
14+
uses: ROCm/rocm-docs-core/.github/workflows/linting.yml@develop

0 commit comments

Comments
 (0)