Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add tidy to the verify target (#320)
As part of verifying, we should really be checking the status of `go mod tidy`. This can be done by adding the `tidy` target as a dependency of the `verify` target. This will be ussed during github workflows/CI to make sure everything is "tidied".
- Loading branch information