ci: check formatting
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
LordMZTE 2023-08-06 18:59:21 +02:00
parent a2a3456ee1
commit b6ca760a58
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6
2 changed files with 1 additions and 1 deletions

View file

@ -5,4 +5,5 @@ steps:
- apt update
- apt install -y haxe curl jq xz-utils
- zig fmt --check .
- zig build test

View file

@ -33,4 +33,3 @@ pub fn minifyHTML(comptime html: []const u8) []const u8 {
return out;
}