mina icon indicating copy to clipboard operation
mina copied to clipboard

Add git diff

Open matheus-o1labs opened this issue 2 years ago • 0 comments

Adding feature to CI to make sure git diff returns nothing new after running dune build. There is a dune rule that will generate some ocalm code and it need to ensure that what is pushed is always updated.

Explain your changes:

  • adding one-liner code to call 'git diff --exit-code'

Explain how you tested your changes:

  • this will be check in the CI

matheus-o1labs avatar Aug 10 '22 14:08 matheus-o1labs