Skip to content

Commit bfe1615

Browse files
committed
openapi{2,3}: add 2-3k OpenAPI documents test suite
Signed-off-by: Pierre Fenoll <[email protected]>
1 parent 46e0df8 commit bfe1615

File tree

5 files changed

+2555
-0
lines changed

5 files changed

+2555
-0
lines changed

.github/workflows/shellcheck.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: ShellCheck
2+
3+
on:
4+
push:
5+
pull_request:
6+
7+
jobs:
8+
shellcheck:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Checkout
12+
uses: actions/checkout@v2
13+
14+
- name: Run shellcheck
15+
uses: ludeeus/[email protected]
16+
with:
17+
check_together: 'yes'
18+
severity: error

0 commit comments

Comments
 (0)