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 1545971187 - Show all commits
+3
View File
@@ -25,3 +25,6 @@ jobs:
- name: Type Check
run: |
poetry run mypy ./src --disable-error-code=import-untyped
- name: Show Environment Variables
run: |
echo "REPOSITORY: ${{ gitea.repository }}"