Skip to content

Commit

Permalink
Don't need checkout to run lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilles Philippart committed Jun 1, 2022
1 parent 9174beb commit c540649
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,10 +169,8 @@ workflows:
version: 2
build_and_test:
jobs:
- lint
- checkout_code
- lint:
requires:
- checkout_code
- deps:
requires:
- checkout_code
Expand Down

0 comments on commit c540649

Please sign in to comment.