mirror of
https://github.com/ziglang/zig.git
synced 2024-11-27 07:32:44 +00:00
4d1432299f
We already have a zig build step for this: test-fmt. * Rename the test-fmt step to check-fmt. test-fmt sounds like it runs tests for `zig fmt` itself (lib/std/zig/render.zig). * Use it instead of `zig fmt --check` in the CI scripts. * Also use it in CI scripts that didn't have this check before. |
||
---|---|---|
.. | ||
aarch64-linux-debug.sh | ||
aarch64-linux-release.sh | ||
aarch64-macos-debug.sh | ||
aarch64-macos-release.sh | ||
aarch64-windows.ps1 | ||
x86_64-linux-debug.sh | ||
x86_64-linux-release.sh | ||
x86_64-macos-release.sh | ||
x86_64-windows-debug.ps1 | ||
x86_64-windows-release.ps1 |