Compare commits
2 Commits
9d5a661b4e
...
8c130a40d7
| Author | SHA1 | Date | |
|---|---|---|---|
| 8c130a40d7 | |||
| 9a3bc3dbf7 |
@@ -18,7 +18,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
version: master
|
version: master
|
||||||
- name: Lint check
|
- name: Lint check
|
||||||
run: zig fmt --check .
|
run: zig fmt --check --exclude src/test .
|
||||||
- name: Spell checking
|
- name: Spell checking
|
||||||
uses: crate-ci/typos@v1.25.0
|
uses: crate-ci/typos@v1.25.0
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -217,7 +217,7 @@ pub const Border = packed struct {
|
|||||||
|
|
||||||
var container: Container(event.SystemEvent) = try .init(std.testing.allocator, .{
|
var container: Container(event.SystemEvent) = try .init(std.testing.allocator, .{
|
||||||
.border = .{
|
.border = .{
|
||||||
.color = .blue,
|
.color = .green,
|
||||||
.sides = .horizontal,
|
.sides = .horizontal,
|
||||||
},
|
},
|
||||||
}, .{});
|
}, .{});
|
||||||
|
|||||||
Reference in New Issue
Block a user