Skip to content

Commit

Permalink
Merge pull request #122 from gravitl/link-check-timeout
Browse files Browse the repository at this point in the history
Lint check timeout
  • Loading branch information
abhishek9686 authored Dec 4, 2023
2 parents 2b967c3 + 958d0d8 commit 7937a81
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/pullcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ jobs:
with:
go-version-file: ./go.mod
- name: lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v3
with:
args: --timeout=5m


2 changes: 1 addition & 1 deletion test/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ func init() {

// initConfig reads in config file and ENV variables if set.
func initConfig() {
godotenv.Load()
_ = godotenv.Load()
if cfgFile != "" {
// Use config file from the flag.
viper.SetConfigFile(cfgFile)
Expand Down

0 comments on commit 7937a81

Please sign in to comment.