babylonlabs-io / babylon-contract

CosmWasm smart contracts for Babylon integration
Other
9 stars 6 forks source link

Improve CI checks #9

Open maurolacy opened 3 months ago

maurolacy commented 3 months ago

@maurolacy cloned issue babylonchain/babylon-contract#120 on 2024-05-29:

As part of CI checks, let's validate that:

  • Schemas are up-to-date. (fail CI if not)

  • Protobuf generated files are up-to-date. (fail CI if not)

  • Git submodules don't have recent commits in their branch. (print a warning if so, do not fail CI)

maurolacy commented 3 months ago

@bap2pecs commented on 2024-06-10:

should we also check cargo run-script lint in CI?