add_gitea_workflows #17

Merged
brian merged 48 commits from add_gitea_workflows into main 2024-02-25 18:45:08 +01:00
Showing only changes of commit 4282e9a393 - Show all commits
+2 -2
View File
@@ -19,8 +19,8 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install poetry flake8 mypy types-pillow
poetry install --with main,test
poetry install
- name: PEP8 Check
run: flake8 ./src --benchmark
- name: Type Check
run: mypy ./src --explicit-package-bases --disable-error-code=import-untyped
run: mypy ./src --explicit-package-bases --disable-error-code=import-untyped