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