Commit 191f5a7
authored
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".1 parent 4454fc8 commit 191f5a7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
0 commit comments