Skip to content

Commit

Permalink
yaml fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eli-darkly committed Jun 4, 2020
1 parent 343917d commit 6798fbe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ jobs:
- run: go build ./...

- when:
condition: <<parameters.run-lint>>
steps:
- run: make lint
condition: <<parameters.run-lint>>
steps:
- run: make lint

- run:
name: Run tests
Expand Down

0 comments on commit 6798fbe

Please sign in to comment.