chore: implement build test
All checks were successful
Build Test / build (pull_request) Successful in 57s

Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
2026-02-10 23:18:16 -05:00
parent 4ae6befc7b
commit 0b92b69c70

View File

@@ -0,0 +1,19 @@
name: Build Test
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
container:
image: node:24-bookworm
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build