We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14d7ed8 commit 89d3288Copy full SHA for 89d3288
.github/workflows/golangci-lint.yml
@@ -17,7 +17,6 @@ jobs:
17
args: --issues-exit-code=0 # Hopefully someday we can remove this...
18
# Only show new issues if this is a pull request...
19
# only-new-issues: true
20
- - run: echo "::set-env name=PATH::/home/runner/golangci-lint-1.27.0-linux-amd64:$PATH"
21
- run: go version ; golangci-lint --version # Fix the following and remove || true
22
- run: golangci-lint run --no-config ciphers || true
23
- run: golangci-lint run --no-config data-structures/binary-tree || true
0 commit comments