We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8810e68 commit 94d980dCopy full SHA for 94d980d
.github/workflows/ci.yml
@@ -32,6 +32,7 @@ jobs:
32
[[ -z ${{ secrets.ARTIFACTORY_TOKEN }} ]] ||
33
${{ github.event.pull_request.head.repo.fork }}; then
34
echo "GOPROXY=direct" >> $GITHUB_ENV
35
+ fi
36
37
lint:
38
name: Lint
0 commit comments