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 committed Sep 26, 2023
1 parent 550b90c commit c1f5f45
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/breaking.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Breaking Changes

on: [pull_request]

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Get CLI
run: |
curl -L https://github.com/datacontract/cli/releases/download/v0.2.0/datacontract-v0.2.0-linux-amd64.tar.gz -o datacontract.tar.gz
tar -xf datacontract.tar.gz
- name: Check backwards compatibility
run: ./datacontract breaking --with https://raw.githubusercontent.com/datacontract/cli-examples/main/datacontract.yaml

0 comments on commit c1f5f45

Please sign in to comment.