zig/ci
Wooster 4d1432299f ci: use zig build check-fmt instead of zig fmt --check
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.
2023-09-09 15:49:18 +03:00
..
aarch64-linux-debug.sh ci: use zig build check-fmt instead of zig fmt --check 2023-09-09 15:49:18 +03:00
aarch64-linux-release.sh ci: use zig build check-fmt instead of zig fmt --check 2023-09-09 15:49:18 +03:00
aarch64-macos-debug.sh move installation logic to the build script where it belongs 2023-07-22 00:16:27 -07:00
aarch64-macos-release.sh move installation logic to the build script where it belongs 2023-07-22 00:16:27 -07:00
aarch64-windows.ps1 move installation logic to the build script where it belongs 2023-07-22 00:16:27 -07:00
x86_64-linux-debug.sh ci: use zig build check-fmt instead of zig fmt --check 2023-09-09 15:49:18 +03:00
x86_64-linux-release.sh ci: use zig build check-fmt instead of zig fmt --check 2023-09-09 15:49:18 +03:00
x86_64-macos-release.sh move installation logic to the build script where it belongs 2023-07-22 00:16:27 -07:00
x86_64-windows-debug.ps1 move installation logic to the build script where it belongs 2023-07-22 00:16:27 -07:00
x86_64-windows-release.ps1 move installation logic to the build script where it belongs 2023-07-22 00:16:27 -07:00