Skip to content

feat: add Swagger 2.0 support with upgrade to OpenAPI 3.0 utility #154

feat: add Swagger 2.0 support with upgrade to OpenAPI 3.0 utility

feat: add Swagger 2.0 support with upgrade to OpenAPI 3.0 utility #154

Workflow file for this run

name: Validate Conventional Commits
on:
pull_request:
types:
- opened
- reopened
- edited
- synchronize
- ready_for_review
jobs:
build:
name: Conventional PR Title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v6.1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}