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

This commit is contained in:
Brian Bjarke Jensen
2025-10-30 00:00:02 +01:00
parent 2fd2e949bb
commit 1676fd10c9
20 changed files with 2385 additions and 12 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/code-quality.yml@v1.0.0
with:
python-version: ${{ vars.PYTHON_VERSION }}