adding pipeline and dockerfile

This commit is contained in:
2025-01-22 21:38:36 -03:00
parent d25dae734c
commit f8381dd4fd
3 changed files with 96 additions and 0 deletions

18
.gitea/workflows/ci.yml Normal file
View File

@@ -0,0 +1,18 @@
name: CI
on:
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup project
run: npm install
- name: Build
run: npm run build