Explorar o código

Add `validate-modules` target to CI matrix

Signed-off-by: Laura Brehm <[email protected]>
Laura Brehm %!s(int64=3) %!d(string=hai) anos
pai
achega
c1f475d7bd
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      .github/workflows/ci.yml

+ 1 - 0
.github/workflows/ci.yml

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