mod: update repo configuration according to zig template
Some checks failed
Zig Project Action / Lint, Spell-check and test zig project (push) Has been cancelled

This commit is contained in:
2025-11-09 22:40:46 +01:00
parent c844a0a9b5
commit 9827591d02
2 changed files with 7 additions and 1 deletions

View File

@@ -18,6 +18,12 @@ jobs:
uses: mlugg/setup-zig@v2
with:
version: master
- name: Lint check
run: zig fmt --check .
- name: Spell checking
uses: crate-ci/typos@v1.39.0
with:
config: ./.typos-config
- name: Run tests
run: zig build --release=fast
- name: Release build artifacts

View File

@@ -20,7 +20,7 @@ jobs:
- name: Lint check
run: zig fmt --check .
- name: Spell checking
uses: crate-ci/typos@v1.25.0
uses: crate-ci/typos@v1.39.0
with:
config: ./.typos-config
- name: Run tests