feat & improvements & refactor: new structure, better garbage collection, better docs, better performance, added tests

This commit is contained in:
2026-05-23 19:26:59 +02:00
parent 966db49e37
commit 6962d87f24
18 changed files with 1462 additions and 513 deletions
+10 -4
View File
@@ -2,6 +2,9 @@ name: Build Validation
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
@@ -12,13 +15,16 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4
- name: use NodeJS v22.16.0
- name: use NodeJS v24.14.0
uses: actions/setup-node@v4
with:
node-version: '22.16.0'
node-version: '24.14.0'
- name: Install Dependencies
run: npm install
run: npm ci
- name: run Rollout Build
- name: Run Checks
run: npm run check
- name: Run Build
run: npm run build