summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorZuhaitz <zuhaitz.zechhub@gmail.com>2026-01-15 15:17:39 +0000
committerGitHub <noreply@github.com>2026-01-15 15:17:39 +0000
commitf59e40a172f555c536cfc7af57536bb919d01e92 (patch)
tree83030b988310722a1c2bf718ab7e9ed973831438 /.github/workflows
parent2e12c7f63c8f667e3f2834604898ac155a1b421a (diff)
parente63fb44d0a0a2e7e8e666c623666a73e98129230 (diff)
Merge pull request #55 from vitalyster/ci
Initial CI setup
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/zen.yml19
1 files changed, 19 insertions, 0 deletions
diff --git a/.github/workflows/zen.yml b/.github/workflows/zen.yml
new file mode 100644
index 0000000..c292613
--- /dev/null
+++ b/.github/workflows/zen.yml
@@ -0,0 +1,19 @@
+name: Zen-C CI
+
+on:
+ push:
+ branches: [ "main" ]
+ pull_request:
+ branches: [ "main" ]
+
+jobs:
+ build:
+
+ runs-on: ubuntu-latest
+
+ steps:
+ - uses: actions/checkout@v4
+ - name: make
+ run: make
+ - name: make test
+ run: make test