فهرست منبع

ci: fix check_licenses dependency (#1953)

Signed-off-by: xjasonlyu <xjasonlyu@gmail.com>
Jason Lyu 1 سال پیش
والد
کامیت
41652cc52c
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      .github/workflows/lint.yaml

+ 1 - 1
.github/workflows/lint.yaml

@@ -34,7 +34,7 @@ jobs:
   golangci_lint:
     runs-on: ubuntu-latest
     needs:
-      - check-licenses
+      - check_licenses
     steps:
       - name: Set up Go
         uses: actions/setup-go@v4