Skip to content

Commit

Permalink
Add CI docs lint job
Browse files Browse the repository at this point in the history
  • Loading branch information
ostrolucky committed Sep 29, 2024
1 parent 9d81bf9 commit cd8fd82
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: "Documentation"

on:
pull_request:
branches:
- "*.x"
paths:
- ".github/workflows/documentation.yml"
- "docs/**"
push:
branches:
- "*.x"
paths:
- ".github/workflows/documentation.yml"
- "docs/**"

jobs:
documentation:
name: "Documentation"
uses: "greg0ire/.github/.github/workflows/documentation.yml"

0 comments on commit cd8fd82

Please sign in to comment.