Skip to content

Bump ansis from 3.5.0 to 3.5.2 (#2271) #9041

Bump ansis from 3.5.0 to 3.5.2 (#2271)

Bump ansis from 3.5.0 to 3.5.2 (#2271) #9041

Workflow file for this run

name: OpenAPI Validation
on:
push:
branches: [ master, v18, v19, v20 ]
pull_request:
branches: [ master, v18, v19, v20 ]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# - name: Validate against OpenAPI 3.1
# uses: char0n/apidom-validate@v1
# with:
# definition-file: example/example.documentation.yaml
- uses: actions/setup-node@v4
with:
node-version: 20
- run: yarn install
- run: yarn test:oas