Jelajahi Sumber

Add `validate-modules` target to CI matrix

Signed-off-by: Laura Brehm <[email protected]>
Laura Brehm 3 tahun lalu
induk
melakukan
c1f475d7bd
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  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: