mod(ci): update release process to also include spell-checking

This commit is contained in:
2026-01-17 12:42:09 +01:00
parent 361623d0f1
commit 1b4c1bbab8

View File

@@ -18,6 +18,12 @@ jobs:
uses: https://codeberg.org/mlugg/setup-zig@v2
with:
version: latest
- 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