Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Commit

Permalink
Create breaking.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stefannegele authored Sep 26, 2023
1 parent 550b90c commit 81ee638
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/breaking.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Breaking Changes

on: [pull_request]

jobs:
test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- run: brew install datacontract/brew/datacontract
- run: datacontract breaking --with https://raw.githubusercontent.com/datacontract/cli-examples/main/datacontract.yaml

0 comments on commit 81ee638

Please sign in to comment.