Update tests.yaml

This commit is contained in:
Christian Krakau-Louis
2025-02-11 23:48:05 +01:00
committed by GitHub
parent 1df4a91b64
commit 26c1dccab1
+4
View File
@@ -25,12 +25,16 @@ jobs:
- name: Run Linter (Flake8)
run: flake8 app/
continue-on-error: true
- name: Run Code Formatter (Black)
run: black --check app/
continue-on-error: true
- name: Run Type Checker (Mypy)
run: mypy app/
continue-on-error: true
- name: Run Linter (Pylint)
run: pylint app/
continue-on-error: true