Browse Source

add workflow database

pull/2/merge
Neel Coffin 6 years ago
parent
commit
6ac837d3b0
  1. 3
      .circleci/config.yml

3
.circleci/config.yml

@ -68,3 +68,6 @@ workflows:
- lint:
requires:
- build
- database:
requires:
- build
Loading…
Cancel
Save