chore: implement build test
All checks were successful
Build Test / build (pull_request) Successful in 57s
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:
19
.gitea/workflows/test-build.yml
Normal file
19
.gitea/workflows/test-build.yml
Normal 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
|
||||
Reference in New Issue
Block a user