Skip to content

Commit

Permalink
try disabling vcs for golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
CubicrootXYZ committed Mar 24, 2024
1 parent ac37058 commit fd340df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Run golangci
run: golangci-lint run --timeout 3m0s
run: GOFLAGS=-buildvcs=false && golangci-lint run --timeout 3m0s

build_documentation:
runs-on: ubuntu-latest
Expand Down

0 comments on commit fd340df

Please sign in to comment.