Initial commit

This commit is contained in:
Tereneckla
2025-07-25 23:42:30 +02:00
commit 93022fe930
22 changed files with 781 additions and 0 deletions

15
.github/workflows/core_codestyle.yml vendored Normal file
View File

@@ -0,0 +1,15 @@
name: Codestyle Checks
on:
push:
pull_request:
jobs:
check-codestyle:
strategy:
fail-fast: false
runs-on: ubuntu-latest
name: Check Codestyling
steps:
- uses: actions/checkout@v2
- name: Check Codestyling
run: source ./apps/ci/ci-codestyle.sh