Skip to content

fix: call denormalize with rules for OAS 3.0 and 3.1 when comparing different version of OAS #108

fix: call denormalize with rules for OAS 3.0 and 3.1 when comparing different version of OAS

fix: call denormalize with rules for OAS 3.0 and 3.1 when comparing different version of OAS #108

Workflow file for this run

---
name: "Lint PR Title"
on:
pull_request:
types:
- opened
- edited
- synchronize
- reopened
permissions:
pull-requests: read
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ github.token }}