implemented CI template for code quality
Python Code Quality / python-quality (pull_request) Failing after 0s
Python Test / test (pull_request) Successful in 41s

This commit is contained in:
Brian Bjarke Jensen
2025-09-19 21:18:35 +02:00
parent b828347ca3
commit 97ac547058
3 changed files with 14 additions and 45 deletions
+13
View File
@@ -0,0 +1,13 @@
name: Python Code Quality
on:
push:
branches:
- main
pull_request:
jobs:
python-quality:
uses: gitea.gt-proj.com/brian/CI-templates/.gitea/workflows/python/[email protected]
with:
python-version: ${{ vars.PYTHON_VERSION }}