mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-01-10 07:13:26 +00:00
example/zig-formatter: show how to use formatters from libghostty (#9407)
This commit is contained in:
committed by
GitHub
parent
c0e483c49e
commit
4a88976ef9
10
.github/workflows/test.yml
vendored
10
.github/workflows/test.yml
vendored
@@ -95,7 +95,15 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
dir:
|
||||
[c-vt, c-vt-key-encode, c-vt-paste, c-vt-sgr, zig-vt, zig-vt-stream]
|
||||
[
|
||||
c-vt,
|
||||
c-vt-key-encode,
|
||||
c-vt-paste,
|
||||
c-vt-sgr,
|
||||
zig-formatter,
|
||||
zig-vt,
|
||||
zig-vt-stream,
|
||||
]
|
||||
name: Example ${{ matrix.dir }}
|
||||
runs-on: namespace-profile-ghostty-sm
|
||||
needs: test
|
||||
|
||||
Reference in New Issue
Block a user