datacontract / datacontract-specification

The Data Contract Specification Repository
https://datacontract.com/
MIT License
278 stars 41 forks source link

Automatically validate all examples against the specification via GitHub Actions #22

Closed simonharrer closed 7 months ago

simonharrer commented 10 months ago

To make sure, that the examples (datacontract.init.yaml, and the example in the README (that we need to extract from there for the validation)) are valid according to the specification, we should validate them on every change via GitHub actions. We could employ a simple validation, or use the datacontract cli tool.

jochenchrist commented 7 months ago

Implemented in https://github.com/datacontract/datacontract-specification/blob/main/.github/workflows/ci.yaml