Skip to content

feat: NVSHAS-9490 support controller SLSA L3 #664

feat: NVSHAS-9490 support controller SLSA L3

feat: NVSHAS-9490 support controller SLSA L3 #664

Workflow file for this run

name: Run unitest on push and pull request
on:
push:
pull_request:
jobs:
unitest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.22.9'
- run: |
./unitest.sh
- uses: actions/setup-node@v4
with:
node-version: 18
- name: openapi-lint
run: |
npm i -g @redocly/[email protected]
redocly lint controller/api/apis.yaml --skip-rule operation-operationId --skip-rule operation-4xx-response --skip-rule no-ambiguous-paths --skip-rule security-defined
redocly lint controller/api/internal_apis.yaml --skip-rule operation-operationId