Skip to content

Commit

Permalink
Revert "Revert "Don't need checkout to run lint""
Browse files Browse the repository at this point in the history
This reverts commit fa13ece.
  • Loading branch information
mattford63 committed Aug 1, 2022
1 parent 450a066 commit 74b2da0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions 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
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

### Unreleased

### [0.9.6] - [2022-08-01]

- Add clj-kondo and fix all lint warnings and errors [#323](https://github.com/FundingCircle/jackdaw/pull/323)
- Allow Kafka Schema registry library to create a client rather than do it in Jackdaw (this allows security properties to be recognised) [#330](https://github.com/FundingCircle/jackdaw/pull/330)

### [0.9.5] - [2022-05-26]

Expand Down

0 comments on commit 74b2da0

Please sign in to comment.