From e9fbb96566d348f755fbd771f57723b2075ff528 Mon Sep 17 00:00:00 2001 From: fe-tester <2+fe-tester@noreply.staging.gitcod.app> Date: Thu, 2 Jul 2026 16:17:31 +0200 Subject: [PATCH] ci: add build workflow --- .gitcod/workflows/ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitcod/workflows/ci.yml diff --git a/.gitcod/workflows/ci.yml b/.gitcod/workflows/ci.yml new file mode 100644 index 0000000..b0666f1 --- /dev/null +++ b/.gitcod/workflows/ci.yml @@ -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