Browse Source

👷 Updating CI

main
Alexandre SOARES 5 years ago
parent
commit
3ab008fddd
  1. 3
      .circleci/config.yml

3
.circleci/config.yml

@ -5,6 +5,9 @@ workflows:
- build
- test
- lint
requires:
- build
- test
version: 2
jobs:
build:

Loading…
Cancel
Save