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: jobs:
- build - build
- test - test
- lint
- lint:
requires: requires:
- build - build
- test - test

Loading…
Cancel
Save