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

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 }}