Merge pull request #125 from filecoin-project/fix/lint

Fix lint
This commit is contained in:
Whyrusleeping 2019-08-06 10:17:43 -07:00 committed by GitHub
commit e43ee3cdb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -121,7 +121,7 @@ jobs:
- run: - run:
name: Lint name: Lint
command: | command: |
golangci-lint run -v \ $HOME/.local/bin/golangci-lint run -v \
--concurrency << parameters.concurrency >> << parameters.args >> --concurrency << parameters.concurrency >> << parameters.args >>
lint-changes: lint-changes:
<<: *lint <<: *lint