Browse Source

ci: fix check_licenses dependency (#1953)

Signed-off-by: xjasonlyu <xjasonlyu@gmail.com>
Jason Lyu 1 year ago
parent
commit
41652cc52c
1 changed files with 1 additions and 1 deletions
  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