Files
baby-monitor/.gitea/workflows/python-code-quality.yml
T
Brian Bjarke Jensen 54f658d093
Python Code Quality / python-code-quality (push) Successful in 9s
Python Test / python-test (push) Failing after 8s
initial commit
2025-11-04 21:03:16 +01:00

14 lines
248 B
YAML

name: Python Code Quality
on:
push:
branches:
- main
pull_request:
jobs:
python-code-quality:
uses: brian/CI-templates/.gitea/workflows/python/[email protected]
with:
python-version: ${{ vars.PYTHON_VERSION }}