Skip to content

feat(doc): added spell checker for markdown #100

feat(doc): added spell checker for markdown

feat(doc): added spell checker for markdown #100

name: doc update check

Check failure on line 1 in .github/workflows/local-doc-update.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/local-doc-update.yml

Invalid workflow file

(Line: 12, Col: 3): Unexpected value 'secrets'
# description: This workflow mimics how a go-openapi repo would typically invoke the common workflow.
on:
pull_request_target:
paths:
- '**/*.md'
permissions:
pull-requests: read
contents: read
secrets: read
jobs:
test:
uses: ./.github/workflows/doc-update.yml
secrets: inherit