Skip to content

Move the main function to server.zig #420

Move the main function to server.zig

Move the main function to server.zig #420

Workflow file for this run

name: Build
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-24.04
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- uses: mlugg/setup-zig@v1
- run: zig build test --summary all