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

Change column name

Change column name #15

Workflow file for this run

name: Breaking Changes
on: [pull_request]
jobs:
checkBreakingChanges:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Get CLI
run: |
curl -L https://github.com/datacontract/cli/releases/download/v0.4.0/datacontract-v0.4.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