Skip to content

Commit

Permalink
Create lint-swagger.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ZdenekM authored Sep 19, 2024
1 parent a0a8f16 commit b31aaeb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/lint-swagger.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Validate OpenAPI file
on:
pull_request:
branches:
- master
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: OpenAPI Lint Checks
- uses: nwestfall/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
file: swagger.yaml

0 comments on commit b31aaeb

Please sign in to comment.