Skip to content

Commit

Permalink
ci: add GOPRIVATE to workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Sangyeop.lee committed Jun 4, 2021
1 parent 8da1ed6 commit b411d6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Lint
# Lint runs golangci-lint over the entire Tendermint repository
# This workflow is run on every pull request and push to master
# The `golangci` job will pass without running if no *.{go, mod, sum} files have been modified.
env:
GOPRIVATE: "github.com/line/*"
on:
pull_request:
push:
Expand Down

0 comments on commit b411d6b

Please sign in to comment.