Skip to content

Commit f8c4573

Browse files
authored
Add docs workflow (#130)
1 parent 534cb22 commit f8c4573

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/pr_docs.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Pull Request Docs
3+
4+
on:
5+
pull_request:
6+
paths:
7+
- ".github/workflows/pr_docs.yml"
8+
- "docs"
9+
10+
jobs:
11+
general-checks:
12+
name: General Pull Request Checks
13+
uses: ./.github/workflows/pr_general.yml
14+
15+
reviewdog-checks:
16+
name: Reviewdog Pull Request Checks
17+
uses: ./.github/workflows/pr_reviewdog.yml

0 commit comments

Comments
 (0)