cloudquery / cq-provider-azure

CloudQuery Provider for Azure
https://cloudquery.io
Mozilla Public License 2.0
11 stars 14 forks source link

chore(build): Add support for drift detection of generated code #460

Closed hermanschaaf closed 2 years ago

hermanschaaf commented 2 years ago

This adds a new workflow that checks that generated code remains the same when go generate is run again. It currently needs to be specifically enabled by adding //check-for-changes to the top of the generator .hcl file.

hermanschaaf commented 2 years ago

@erezrokah Thanks, it's been updated now, please take another look :bow: