implemented CI template for code quality #14

Merged
brian merged 4 commits from #13-implement-CI-templates into main 2025-09-19 21:57:28 +02:00
3 changed files with 13 additions and 2 deletions
Showing only changes of commit b6f53c691b - Show all commits
+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:
jobs:
python-quality:
python-code-quality:
uses: brian/CI-templates/.gitea/workflows/python/[email protected]
with:
python-version: ${{ vars.PYTHON_VERSION }}
+1 -1
View File
@@ -7,7 +7,7 @@ on:
pull_request:
jobs:
test:
python-test:
uses: brian/CI-templates/.gitea/workflows/python/[email protected]
with:
python-version: ${{ vars.PYTHON_VERSION }}