CI: Put mypy into a separate workflow and add some useful arguments
[kconfig-hardened-check.git] / .github / workflows / functional_test.yml
index 8a2711f3e13ccabffd7db805c01ed773ed6a9413..e197bacb6b8f2ce866b7aac0b2e86731d4eb8207 100644 (file)
@@ -51,11 +51,6 @@ jobs:
     - name: Get source code for collecting coverage
       uses: actions/checkout@v4
 
-    - name: Check static typing with mypy
-      run: |
-        pip install mypy
-        mypy kernel_hardening_checker/
-
     - name: Run the functional tests and collect the coverage
       run: |
         pip install coverage