Files
Brian Bjarke Jensen b6f53c691b
Formatting Check / formatting-check (pull_request) Successful in 44s
Python Code Quality / python-code-quality (pull_request) Successful in 13s
Python Test / python-test (pull_request) Successful in 19s
implemented formatting check pipeline template
2025-09-19 21:35:19 +02:00

18 lines
365 B
YAML

name: Python Test
on:
push:
branches:
- main
pull_request:
jobs:
python-test:
uses: brian/CI-templates/.gitea/workflows/python/[email protected]
with:
python-version: ${{ vars.PYTHON_VERSION }}
coverage-package: "data_store"
api-url: ${{ vars.API_URL }}
secrets:
CI_RUNNER_TOKEN: ${{ secrets.CI_RUNNER_TOKEN }}