Parcourir la source

chore(ci): remove build fmt check

Byaidu il y a 1 an
Parent
commit
9d3c7e7bdc
1 fichiers modifiés avec 0 ajouts et 5 suppressions
  1. 0 5
      .github/workflows/python-build.yml

+ 0 - 5
.github/workflows/python-build.yml

@@ -22,11 +22,6 @@ jobs:
         pip3 install -U pip
         pip3 install -e .[dev]
 
-    - name: Test - Code format
-      run: |
-        black --check --diff --color pdf2zh/*.py test/*.py
-        flake8 --ignore E203,E261,E501,W503,E741
-
     - name: Test - Unit Test
       run: |
         pytest .