Skip to content

fix(COR-1087): fix secret edition by allowing null value, it doesn't … #656

fix(COR-1087): fix secret edition by allowing null value, it doesn't …

fix(COR-1087): fix secret edition by allowing null value, it doesn't … #656

Workflow file for this run

#name: OpenAPI Test
#
#on:
# pull_request:
#
#jobs:
# npm-test:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - uses: actions/setup-node@v3
# with:
# node-version: "16.x"
# - name: Test
# run: |
# npm install -g @stoplight/spectral
# npm run test