Skip to content

change md for testing #107

change md for testing

change md for testing #107

name: doc update check
# description: This workflow mimics how a go-openapi repo would typically invoke the common workflow.
on:
pull_request_target:
paths:
- '**/*.md'
permissions:
pull-requests: write
contents: read
jobs:
test:
uses: ./.github/workflows/doc-update.yml
secrets: inherit