updated workflow
pipeline / Test (push) Successful in 52s
CI Pipeline / Test (pull_request) Successful in 52s
CI Pipeline / Build and Publish (pull_request) Failing after 4s

This commit is contained in:
Brian Bjarke Jensen
2024-02-25 15:31:11 +01:00
parent 2789c275fa
commit 1545971187
+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 }}"