Skip to content

[breaking] Align 'fail-on-diff' with oasdiff 'fail-on' #279

[breaking] Align 'fail-on-diff' with oasdiff 'fail-on'

[breaking] Align 'fail-on-diff' with oasdiff 'fail-on' #279

Workflow file for this run

name: 'Test oasdiff actions'
on:
pull_request:
push:
jobs:
oasdiff_breaking:
runs-on: ubuntu-latest
name: Test breaking changes
steps:
- name: checkout
uses: actions/checkout@v4
- name: Running breaking action
id: test_breaking_changes
uses: ./breaking
with:
base: 'specs/base.yaml'
revision: 'specs/revision-breaking.yaml'
output-to-file: 'breaking.txt'
fail-on: 'WARN'