implemented formatting check pipeline template
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

This commit is contained in:
Brian Bjarke Jensen
2025-09-19 21:35:19 +02:00
parent 4a045125aa
commit b6f53c691b
3 changed files with 13 additions and 2 deletions
+11
View File
@@ -0,0 +1,11 @@
name: Formatting Check
on:
push:
branches:
- main
pull_request:
jobs:
formatting-check:
uses: brian/CI-templates/.gitea/workflows/web/[email protected]
+1 -1
View File
@@ -7,7 +7,7 @@ on:
pull_request: pull_request:
jobs: jobs:
python-quality: python-code-quality:
uses: brian/CI-templates/.gitea/workflows/python/[email protected] uses: brian/CI-templates/.gitea/workflows/python/[email protected]
with: with:
python-version: ${{ vars.PYTHON_VERSION }} python-version: ${{ vars.PYTHON_VERSION }}
+1 -1
View File
@@ -7,7 +7,7 @@ on:
pull_request: pull_request:
jobs: jobs:
test: python-test:
uses: brian/CI-templates/.gitea/workflows/python/[email protected] uses: brian/CI-templates/.gitea/workflows/python/[email protected]
with: with:
python-version: ${{ vars.PYTHON_VERSION }} python-version: ${{ vars.PYTHON_VERSION }}