Browse Source

💚 Fix (Should be fine now)

main
Alexandre SOARES 5 years ago
parent
commit
affb85c835
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -4,7 +4,7 @@ workflows:
jobs:
- build
- test
- lint
- lint:
requires:
- build
- test

Loading…
Cancel
Save