Skip to content

Revert "openapi3gen: add CreateComponentSchemas option to export object schemas to components" and add with the correct contributors #648

Revert "openapi3gen: add CreateComponentSchemas option to export object schemas to components" and add with the correct contributors

Revert "openapi3gen: add CreateComponentSchemas option to export object schemas to components" and add with the correct contributors #648

Workflow file for this run

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