Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
andreynering committed Oct 27, 2018
1 parent fa3fb89 commit ca889e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Taskfile.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# github.com/go-task/task
# https://taskfile.org

version: '2'

tasks:
dl-deps:
desc: Download cli deps
cmds:
- go get -u github.com/golang/lint/golint
- go get -u golang.org/x/lint/golint

lint:
desc: Runs golint
Expand Down

0 comments on commit ca889e8

Please sign in to comment.