Añadir .github/workflows/build.yaml
Some checks failed
Build Project / build-job (push) Failing after 37s

This commit is contained in:
2026-04-16 00:07:04 +02:00
parent 91c72b6b9f
commit 49029b5eae

16
.github/workflows/build.yaml vendored Normal file
View File

@@ -0,0 +1,16 @@
name: Build Project
on: [push]
jobs:
build-job:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Bun
uses: oven-sh/setup-bun@v1
- name: Install and Build
run: |
bun install
bun run build