Skip to content

Commit

Permalink
ci: add documentation checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Saviq committed Jul 29, 2024
1 parent 4064136 commit 9d177e0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/automatic-doc-checks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Main Documentation Checks

on:
- push
- pull_request
- workflow_dispatch

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
documentation-checks:
uses: canonical/documentation-workflows/.github/workflows/documentation-checks.yaml@main
with:
working-directory: doc/sphinx

0 comments on commit 9d177e0

Please sign in to comment.