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 3767e0e9db - Show all commits
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
- name: Install Packages
run: |
python -m pip install --upgrade pip
pip install poetry
pip install poetry flake8 mypy types-pillow
poetry install --with main,test
- name: PEP8 Check
run: flake8 ./src --benchmark