Skip to content

Commit

Permalink
Revert "Don't need checkout to run lint"
Browse files Browse the repository at this point in the history
This reverts commit c540649.
  • Loading branch information
mattford63 committed Aug 1, 2022
1 parent 78dd985 commit fa13ece
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,10 @@ workflows:
version: 2
build_and_test:
jobs:
- lint
- checkout_code
- lint:
requires:
- checkout_code
- deps:
requires:
- checkout_code
Expand Down

0 comments on commit fa13ece

Please sign in to comment.