Skip to content

Commit

Permalink
Merge branch 'master' into leo/fix-potential-mem-leak-from-hotstuff
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangchiqing committed Oct 22, 2021
2 parents f6218fa + 5413790 commit 1b03335
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,13 @@ jobs:
- name: Build relic
run: make crypto/relic/build
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v2.3.0
uses: golangci/golangci-lint-action@v2
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.41
args: -v --build-tags relic
# https://github.com/golangci/golangci-lint-action/issues/244
skip-pkg-cache: true
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
Expand Down
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ issues:
exclude-rules:
- path: _test\.go # disable some linters on test files
linters:
- unused
- unused

0 comments on commit 1b03335

Please sign in to comment.