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 3be535f commit 0e444b7
Show file tree
Hide file tree
Showing 12 changed files with 2,693 additions and 19 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
970 changes: 970 additions & 0 deletions .github/workflows/suite.sh

Large diffs are not rendered by default.

Loading

0 comments on commit 0e444b7

Please sign in to comment.