initial commit
Python Code Quality / python-code-quality (push) Successful in 9s
Python Test / python-test (push) Failing after 8s

This commit is contained in:
Brian Bjarke Jensen
2025-11-04 21:03:16 +01:00
parent 763c61a280
commit 54f658d093
12 changed files with 683 additions and 11 deletions
+13
View File
@@ -0,0 +1,13 @@
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 }}