Skip to content
This repository has been archived by the owner on Apr 27, 2023. It is now read-only.

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
eh-am committed Mar 17, 2023
1 parent af54d13 commit a002cba
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
pull_request:
branches:
- main
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
jobs:
lint:
runs-on: ubuntu-latest
Expand All @@ -31,7 +35,7 @@ jobs:
pushd ./plugin-validator/pkg/cmd/plugincheck2
go build .
popd
./plugin-validator/pkg/cmd/plugincheck2/plugincheck2 -strict -config lint.config.yaml ${{ steps.package-plugin.outputs.archive }}
./plugin-validator/pkg/cmd/plugincheck2/plugincheck2 -strict -config lint.config.yaml -sourceCodeUri=file://./ ${{ steps.package-plugin.outputs.archive }}
env:
ENABLE_VERSION_ANALYZER: ${{ inputs.enable-version-analyzer }}
DEBUG: 1

0 comments on commit a002cba

Please sign in to comment.