Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions .github/codecov.yml

This file was deleted.

15 changes: 0 additions & 15 deletions .github/workflows/approve_renovate_pr.yaml

This file was deleted.

48 changes: 31 additions & 17 deletions .github/workflows/automatic-doc-checks.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,38 @@
#
name: Automatic doc checks
name: Automatic documentation checks

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

on:
push:
branches: [ main ]
branches:
- main
paths:
- 'docs/**'
pull_request:
paths:
- 'docs/**' # Only run on changes to the docs directory

workflow_dispatch:
# Manual trigger


concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
- 'docs/**'

jobs:
documentation-checks:
uses: canonical/documentation-workflows/.github/workflows/documentation-checks.yaml@main
with:
working-directory: "docs"
fetch-depth: 0
check-docs:
name: Check documentation
runs-on: ubuntu-latest
timeout-minutes: 30
defaults:
run:
working-directory: docs
steps:
- name: Checkout
uses: actions/checkout@v6
with:
persist-credentials: false
- run: make install
- name: Spell check
run: make spelling
- name: Inclusive language check
run: make woke
- name: Link check
run: make linkcheck
permissions:
contents: read
20 changes: 0 additions & 20 deletions .github/workflows/check_pr.yaml

This file was deleted.

84 changes: 0 additions & 84 deletions .github/workflows/ci.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions .github/workflows/cla-check.yml

This file was deleted.

Loading
Loading