CI: Check static typing with mypy during the functional test
[kconfig-hardened-check.git] / .github / workflows / functional_test_no-coverage.yml
index 3d02c5a0b3cdd9dbdf92ca766a3379d87c73e9e2..7d692ee121b1da3f6ee6139a3d8504f9285b12d2 100644 (file)
@@ -51,6 +51,11 @@ jobs:
     - name: Get source code
       uses: actions/checkout@v4
 
+    - name: Check static typing with mypy
+      run: |
+        pip install mypy
+        mypy kernel_hardening_checker/
+
     - name: Run the functional tests
       run: |
         pip install coverage