Add `validate-modules` target to CI matrix

Signed-off-by: Laura Brehm <laurabrehm@hey.com>
This commit is contained in:
Laura Brehm 2022-09-27 02:36:15 +02:00
parent c6109b2e5c
commit c1f475d7bd
No known key found for this signature in database
GPG Key ID: 526E3FC49260D47A
1 changed files with 1 additions and 0 deletions
.github/workflows

View File

@ -49,6 +49,7 @@ jobs:
target:
- lint
- validate-go-mod
- validate-modules
- validate-headers
- validate-docs
steps: