feat/shape-node #36

Merged
max merged 33 commits from feat/shape-node into main 2026-02-09 22:32:14 +01:00
Showing only changes of commit 46202451ba - Show all commits

View File

@@ -47,9 +47,6 @@ jobs:
run: pnpm install --frozen-lockfile --store-dir ${{ env.PNPM_CACHE_FOLDER }}
- name: 🧹 Quality Control
run: ./.gitea/scripts/ci-checks.sh
- name: 🛠️ Build
run: |
pnpm build
pnpm lint
@@ -57,6 +54,9 @@ jobs:
pnpm check
xvfb-run --auto-servernum --server-args="-screen 0 1280x1024x24" pnpm test
- name: 🛠️ Build
run: ./.gitea/scripts/build.sh
- name: 🚀 Create Release Commit
if: gitea.ref_type == 'tag'
run: ./.gitea/scripts/create-release.sh