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 9872edda7c - 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 flake8 mypy poetry
poetry install --with test
- name: PEP8 Check
run: flake8 ./src --benchmark