Browse Source

🔧 enable check format job

main
hallouma875 5 years ago
parent
commit
dff47101ee
  1. 5
      .circleci/config.yml

5
.circleci/config.yml

@ -83,9 +83,12 @@ workflows:
branches:
ignore:
- gh-pages
- build:
- check_format :
requires:
- test
- build:
requires:
- check_format
- deploy:
requires:
- build

Loading…
Cancel
Save