Skip to content

Commit

Permalink
Add docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Techassi committed Oct 20, 2023
1 parent 534cb22 commit f7b34e6
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/pr_docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Pull Request Docs

on:
pull_request:
paths:
- ".github/workflows/pr_docs.yml"
- "docs"

jobs:
general-checks:
name: General Pull Request Checks
uses: ./.github/workflows/pr_general.yml

reviewdog-checks:
name: Reviewdog Pull Request Checks
uses: ./.github/workflows/pr_reviewdog.yml

0 comments on commit f7b34e6

Please sign in to comment.