From e63fb44d0a0a2e7e8e666c623666a73e98129230 Mon Sep 17 00:00:00 2001 From: vitalyster Date: Thu, 15 Jan 2026 16:58:48 +0300 Subject: Initial CI setup --- .github/workflows/zen.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/zen.yml (limited to '.github') 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 -- cgit v1.2.3