Merge pull request #3305 from nichwall/update_api_linting_workflow

Update api linting workflow
This commit is contained in:
advplyr 2024-08-21 17:43:05 -05:00 committed by GitHub
commit 7d711da381
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,13 +1,15 @@
name: API linting
# Run on pull requests or pushes when there is a change to the OpenAPI file
# Run on pull requests or pushes when there is a change to any OpenAPI files in docs/
on:
pull_request:
push:
paths:
- docs/
pull_request:
paths:
- docs/
- 'docs/**'
# This action only needs read permissions
permissions:
contents: read
jobs:
build: