Skip to content

Commit

Permalink
openapi{2,3}: add 2-3k OpenAPI documents test suite
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre Fenoll <pierrefenoll@gmail.com>
  • Loading branch information
fenollp committed Dec 19, 2022
1 parent de2455e commit 37bb224
Show file tree
Hide file tree
Showing 5 changed files with 2,555 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: ShellCheck

on:
push:
pull_request:

jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Run shellcheck
uses: ludeeus/action-shellcheck@1.1.0
with:
check_together: 'yes'
severity: error
Loading

0 comments on commit 37bb224

Please sign in to comment.