]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
ci: enable linter for generate-sym-test.py 35578/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 12 Dec 2024 01:27:15 +0000 (10:27 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 12 Dec 2024 06:04:29 +0000 (15:04 +0900)
.github/workflows/linter.yml

index d9f6a37680a2c8aca252b1a4b11991b5ec57694c..4bcd594a095aa4c7ecc4a1e6a7435c5a251db858 100644 (file)
@@ -47,14 +47,14 @@ jobs:
       - name: Run mypy
         run: |
           python3 -m mypy --version
-          python3 -m mypy src/ukify/ukify.py test/integration-test-wrapper.py
+          python3 -m mypy src/test/generate-sym-test.py src/ukify/ukify.py test/integration-test-wrapper.py
 
       - name: Run ruff check
         run: |
           ruff --version
-          ruff check src/ukify/ukify.py test/integration-test-wrapper.py
+          ruff check src/test/generate-sym-test.py src/ukify/ukify.py test/integration-test-wrapper.py
 
       - name: Run ruff format
         run: |
           ruff --version
-          ruff format --check src/ukify/ukify.py test/integration-test-wrapper.py
+          ruff format --check src/test/generate-sym-test.py src/ukify/ukify.py test/integration-test-wrapper.py