From 8a707578ac1a745572bf6733193b1d8c3020eb4f Mon Sep 17 00:00:00 2001 From: umar Date: Tue, 21 May 2024 11:36:34 +0530 Subject: [PATCH] removed ignored palette-api-go --- .github/workflows/golicense-pr-validation.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/golicense-pr-validation.yaml b/.github/workflows/golicense-pr-validation.yaml index fbec8813..47f49b52 100644 --- a/.github/workflows/golicense-pr-validation.yaml +++ b/.github/workflows/golicense-pr-validation.yaml @@ -23,4 +23,4 @@ jobs: /usr/bin/git config --global --add url."https://${{ secrets.GH_TOKEN }}:x-oauth-basic@github".insteadOf git@github - name: go-licenses-scan - run: go-licenses check --ignore github.com/spectrocloud \ No newline at end of file + run: go-licenses check --ignore github.com/spectrocloud ./... \ No newline at end of file