Просмотр исходного кода

HUE-9446 [ci] Add python linting to the ci

Romain 5 лет назад
Родитель
Сommit
e638982a12
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      .circleci/config.yml

+ 1 - 0
.circleci/config.yml

@@ -109,6 +109,7 @@ jobs:
           command: |
           command: |
             cd ~/repo
             cd ~/repo
 
 
+            ./tools/ci/check_for_python_lint.sh
             ./tools/ci/check_for_invalid_characters.sh
             ./tools/ci/check_for_invalid_characters.sh
 
 
       - run:
       - run: