Skip to content

Commit

Permalink
golangci-lint path
Browse files Browse the repository at this point in the history
  • Loading branch information
gavincabbage committed Sep 18, 2019
1 parent d3adf59 commit 9826b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Install linter
run: curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s v1.18.0
- name: Run linter
run: golangci-lint run
run: ./bin/golangci-lint run

unit:
name: Unit Tests
Expand Down

0 comments on commit 9826b19

Please sign in to comment.