Skip to content

chore: bump x/net to 0.33.0 #678

chore: bump x/net to 0.33.0

chore: bump x/net to 0.33.0 #678

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