Skip to content

chore(deps): update actions/checkout action to v4 #129

chore(deps): update actions/checkout action to v4

chore(deps): update actions/checkout action to v4 #129

on:
pull_request:
branches:
- main
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: true
default: 'warning'
tags:
description: 'Validate Swagger.yaml'
jobs:
validate_swagger:
runs-on: ubuntu-latest
name: Validate Swagger
steps:
- uses: actions/checkout@v4
- run: yarn
- name: Validate OpenAPI definition
run: yarn validate