ci: add build workflow
CI / build (push) Successful in 2s

This commit is contained in:
2026-07-02 16:17:31 +02:00
parent 5b2d65a640
commit e9fbb96566
+9
View File
@@ -0,0 +1,9 @@
name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- run: echo building webapp on gitcod staging
- run: node --version
- run: echo build-complete