[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
-1
View File
@@ -2,7 +2,6 @@ const std = @import("std");
const vk = @import("vulkan");
const base = @import("base");
const VkError = base.VkError;
const Self = @This();
-1
View File
@@ -2,7 +2,6 @@ const std = @import("std");
const vk = @import("vulkan");
const base = @import("base");
const VkError = base.VkError;
const Self = @This();
-1
View File
@@ -4,7 +4,6 @@ const base = @import("base");
const VkError = base.VkError;
const Self = @This();
pub const Interface = base.DescriptorPool;
-1
View File
@@ -5,7 +5,6 @@ const base = @import("base");
const VkError = base.VkError;
const VulkanAllocator = base.VulkanAllocator;
const SoftDescriptorSet = @import("SoftDescriptorSet.zig");
const Self = @This();