Skip to content

Commit b953457

Browse files
committed
Add check for open API file in CI
1 parent e91db1e commit b953457

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/validation-file.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Check Open API file
2+
3+
on:
4+
pull_request:
5+
6+
jobs:
7+
check-open-api-file:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/checkout@v2
11+
- name: openapi-validator-action
12+
uses: thiyagu06/openapi-validator-action@v1

0 commit comments

Comments
 (0)