소스 검색

CI: Enable linting of tests

Jason Rumney 2 년 전
부모
커밋
f84eb0065d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/linting.yml

+ 1 - 1
.github/workflows/linting.yml

@@ -18,7 +18,7 @@ jobs:
           python -m pip install --upgrade pip
           pip install -r requirements-dev.txt
       - name: Python lint
-        run: ruff check --output-format=github custom_components/tuya_local
+        run: ruff check --output-format=github .
       - name: Python include order
         run: ruff check --select I --diff .
       - name: Python coding style