Skip to content

Fixing a few more errors, moving struct value of ArgMetadata over to … #4

Fixing a few more errors, moving struct value of ArgMetadata over to …

Fixing a few more errors, moving struct value of ArgMetadata over to … #4

Workflow file for this run

name: Build and Test
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
build-linux:
name: Build & Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Zig
run: "sudo snap install zig --classic --beta"
- name: Build & Test
run: zig build test