[CI] adding format check
Mirror Gitea refs to GitHub / mirror (push) Successful in 11s
Test / build_and_test (push) Successful in 3m12s
Build / build (push) Successful in 5m11s

This commit is contained in:
2026-08-14 03:22:25 +02:00
parent b4954da909
commit 8c934c7328
5 changed files with 3 additions and 4 deletions
+3
View File
@@ -52,6 +52,9 @@ jobs:
echo "$PATH"
ls -la /opt/mpss/3.8.6/sysroots/k1om-mpss-linux/bin | head -50
- name: Check formatting
run: zig fmt --check src/
- name: ZLint pass
run: |
curl -fsSL https://raw.githubusercontent.com/DonIsaac/zlint/refs/heads/main/tasks/install.sh | bash