소스 검색

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

Romain 5 년 전
부모
커밋
e638982a12
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .circleci/config.yml

+ 1 - 0
.circleci/config.yml

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