Skip to content

Commit

Permalink
credo update, CI cache
Browse files Browse the repository at this point in the history
  • Loading branch information
bartkrak committed Jul 25, 2024
1 parent 431409c commit 858a487
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 26 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,20 @@ workflows:
build:
jobs:
- elixir/build_test:
cache-version: 3
filters: &filters
tags:
only: /v.*/
- elixir/test:
cache-version: 3
filters:
<<: *filters
- elixir/lint:
cache-version: 3
filters:
<<: *filters
- elixir/hex_publish:
cache-version: 3
requires:
- elixir/build_test
- elixir/test
Expand Down
Loading

0 comments on commit 858a487

Please sign in to comment.