Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,9 @@ jobs:
- run: ./test_repo.sh https://github.com/nektro/zigmod-test-systemlib-dep
- run: ./test_repo.sh https://github.com/nektro/zigmod-test-local-dep
- run: ./test_repo.sh https://github.com/nektro/zigmod-test-c-code

lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DonIsaac/zlint-action@v0
1 change: 0 additions & 1 deletion build.zig
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
const std = @import("std");
const string = []const u8;
const builtin = @import("builtin");
const deps = @import("./deps.zig");

pub fn build(b: *std.Build) void {
Expand Down
1 change: 0 additions & 1 deletion src/cmd/aq.zig
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ const std = @import("std");
const string = []const u8;
const gpa = std.heap.c_allocator;
const zfetch = @import("zfetch");
const extras = @import("extras");
const json = @import("json");

const u = @import("./../util/index.zig");
Expand Down
1 change: 0 additions & 1 deletion src/cmd/zpm.zig
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ const std = @import("std");
const string = []const u8;
const gpa = std.heap.c_allocator;
const zfetch = @import("zfetch");
const extras = @import("extras");
const json = @import("json");

const u = @import("./../util/index.zig");
Expand Down
2 changes: 0 additions & 2 deletions src/cmd/zpm/search.zig
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
const std = @import("std");
const gpa = std.heap.c_allocator;
const extras = @import("extras");

const zpm = @import("./../zpm.zig");

//
Expand Down
2 changes: 0 additions & 2 deletions src/cmd/zpm/tags.zig
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
const std = @import("std");
const gpa = std.heap.c_allocator;
const extras = @import("extras");

const zpm = @import("./../zpm.zig");

//
Expand Down