Skip to content

Make Swagger 2.0 an explicit grouping in validation and rules management #34

Make Swagger 2.0 an explicit grouping in validation and rules management

Make Swagger 2.0 an explicit grouping in validation and rules management #34

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- run: npm ci
- run: npm run lint --if-present
- run: npm run typecheck --if-present
- run: npm run check --if-present
- run: npm test --if-present
- run: npm run build --if-present