Skip to content

Add GitHub Action to detect breaking changes #4

Add GitHub Action to detect breaking changes

Add GitHub Action to detect breaking changes #4

name: detect-breaking-changes
on:
pull_request:
branches: [ "main" ]
jobs:
oasdiff:
runs-on: ubuntu-latest
steps:
- uses: oasdiff/oasdiff-action/breaking@v0.0.40-beta.2
with:
base: 'origin/${{ github.base_ref }}:simple.yaml'
revision: 'HEAD:simple.yaml'