Skip to content

specify files to run link checker on #4

specify files to run link checker on

specify files to run link checker on #4

Workflow file for this run

name: Documentation

Check failure on line 1 in .github/workflows/docs.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/docs.yaml

Invalid workflow file

(Line: 13, Col: 5): Unexpected value 'linkcheck-files', (Line: 13, Col: 5): There's not enough info to determine what you meant. Add one of these properties: cancel-timeout-minutes, container, continue-on-error, defaults, env, environment, outputs, runs-on, secrets, services, snapshot, steps, timeout-minutes, uses, with
on:
push:
branches: [ "main" ]
pull_request:
jobs:
docs-checks:
uses: canonical/operator-workflows/.github/workflows/docs.yaml@main
secrets: inherit
with:
linkcheck-files: "'*.md' 'docs/**/*.md' 'terraform/**/*.md' './**/*.rst'"