This commit is contained in:
2026-02-28 01:10:42 +01:00

View File

@@ -0,0 +1,19 @@
name: Build
on:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install
run: npm ci
- name: Build
run: npm run build