From 9822581147744f87e47fb4f6c7400e7edb7ba40b Mon Sep 17 00:00:00 2001 From: Marcus Olsson Date: Fri, 6 Aug 2021 11:16:06 +0200 Subject: [PATCH] Update linter path --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b1cae28..efbacb6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -119,7 +119,7 @@ jobs: - name: Lint plugin run: | git clone https://github.com/grafana/plugin-validator - pushd ./plugin-validator/cmd/plugincheck + pushd ./plugin-validator/pkg/cmd/plugincheck go install popd plugincheck ${{ steps.metadata.outputs.archive }}