removed templates
Code Quality Pipeline / code-quality (pull_request) Failing after 17s
Test Python Package / test (pull_request) Successful in 15s
Type Check / type-check (pull_request) Successful in 22s

This commit is contained in:
Brian Bjarke Jensen
2025-08-28 21:19:17 +02:00
parent 97f48122cc
commit 10fc399746
9 changed files with 89 additions and 95 deletions
+6 -3
View File
@@ -11,10 +11,13 @@ jobs:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest
steps:
- name: Setup Python
uses: ./.gitea/workflows/setup-python.yml
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: ${{ vars.PYTHON_VERSION }}
python-version: ${{ inputs.python-version }}
- name: Configure git
run: |