Skip to content

Commit 0e444b7

Browse files
committed
openapi{2,3}: add 2-3k OpenAPI documents test suite
Signed-off-by: Pierre Fenoll <pierrefenoll@gmail.com>
1 parent 3be535f commit 0e444b7

File tree

12 files changed

+2693
-19
lines changed

12 files changed

+2693
-19
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/action-shellcheck@1.1.0
16+
with:
17+
check_together: 'yes'
18+
severity: error

.github/workflows/suite.sh

Lines changed: 970 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)