mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-24 12:46:10 +03:00

This adds a CI test to ensure that all Zig files are properly formatted. This avoids unrelated diff noise in future PRs. This also runs `zig fmt` once to clean up all formatting issues for future PRs. I also introduced a new `xsm` (extra small) runner profile to use less resources for our tiny tasks.