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
+7 -5
View File
@@ -1,13 +1,15 @@
name: API linting 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: on:
pull_request:
push: push:
paths: paths:
- docs/ - 'docs/**'
pull_request:
paths: # This action only needs read permissions
- docs/ permissions:
contents: read
jobs: jobs:
build: build: