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 b37fea850a - Show all commits
+2 -2
View File
@@ -18,8 +18,8 @@ jobs:
- name: Install Packages
run: |
python -m pip install --upgrade pip
pip install flake8 mypy poetry
poetry install
pip install poetry
poetry install --with test
- name: PEP8 Check
run: flake8 ./src --benchmark
- name: Type Check