implemented reusable workflows
Code Quality Pipeline / code-quality (pull_request) Failing after 51s
Test Python Package / test (pull_request) Failing after 3s
Type Check / type-check (pull_request) Failing after 2s

This commit is contained in:
Brian Bjarke Jensen
2025-08-28 20:09:58 +02:00
parent 268f64884f
commit b0df5c715c
11 changed files with 710 additions and 71 deletions
+1 -8
View File
@@ -11,14 +11,7 @@ jobs:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ github.event.workflow_run.head_branch }}
token: ${{ secrets.CI_RUNNER_TOKEN }}
- name: Set up Python
uses: actions/setup-python@v5
- uses: ./.gitea/workflows/setup-python.yml
with:
python-version: ${{ vars.PYTHON_VERSION }}