This repository has been archived by the owner on Jul 19, 2024. It is now read-only.
Change column name #4
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Breaking Changes | |
on: [pull_request] | |
jobs: | |
test: | |
runs-on: macos-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- run: brew unlink go@1.20 | |
- run: brew install datacontract/brew/datacontract | |
- run: datacontract breaking --with https://raw.githubusercontent.com/datacontract/cli-examples/main/datacontract.yaml |