Skip to content

chore(deps): update dependency requests to v2.32.4 [security] #100

chore(deps): update dependency requests to v2.32.4 [security]

chore(deps): update dependency requests to v2.32.4 [security] #100

#

Check failure on line 1 in .github/workflows/automatic-doc-checks.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/automatic-doc-checks.yml

Invalid workflow file

You have an error in your yaml syntax on line 1
name: Automatic doc checks
on:
push:
branches: [ main ]
pull_request:
paths:
- 'docs/**' # Only run on changes to the docs directory
- '.github/workflows/automatic-doc-checks.yml'
workflow_dispatch:
# Manual trigger
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: "docs"
fetch-depth: 0