arr-ai / arrai

The ultimate data engine.
http://arr.ai
Apache License 2.0
20 stars 15 forks source link

Verify in CI that go.mod is correct #513

Open marcelocantos opened 4 years ago

marcelocantos commented 4 years ago

Please do not post any internal, closed source snippets on this public issue tracker!

Purpose

CI should check that go mod tidy doesn't result in a dirty repo.

Suggested approaches

Add a step that runs go mod tidy and then fails if the repo is dirty.