diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml new file mode 100644 index 0000000..5504f11 --- /dev/null +++ b/.gitea/workflows/build.yml @@ -0,0 +1,16 @@ +name: Build + +on: + push: + branches: [ main ] + +jobs: + build: + runs-on: linux + + steps: + - name: Checkout + uses: actions/checkout@v4 + + - name: Build + run: npm run build \ No newline at end of file