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/formatting.yml@v1.0.0