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 #14

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: |
git clone https://github.com/datacontract/cli
cd cli
git checkout tags/v0.4.0
go build ./cmd/datacontract.go
cd ..
mv cli/datacontract ./datacontract
- name: Check backwards compatibility
run: ./datacontract breaking --with https://raw.githubusercontent.com/datacontract/cli-examples/main/datacontract.yaml