fix: release mode undefined usage (for optionals); bump to 0.14.dev
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 54s

This commit is contained in:
2024-11-19 23:27:12 +01:00
parent f4adf53067
commit 6cd78d0418
16 changed files with 206 additions and 71 deletions

View File

@@ -16,7 +16,7 @@ jobs:
- name: Setup zig installation
uses: mlugg/setup-zig@v1
with:
version: 0.13.0
version: master
- name: Lint check
run: zig fmt --check .
- name: Spell checking