From 997974376de36293223ab767b580ba1c6402f29f Mon Sep 17 00:00:00 2001 From: Ayke van Laethem Date: Wed, 27 May 2026 09:37:12 +0200 Subject: [PATCH] ci: re-add fmt-check in CI This was removed in https://github.com/tinygo-org/tinygo/pull/5406. --- .github/workflows/linux.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 42af14d89..1b16b2be4 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -266,6 +266,8 @@ jobs: - run: make smoketest - run: make wasmtest - run: make tinygo-test-baremetal + - name: Check Go code formatting + run: make fmt-check lint build-linux-cross: # Build ARM Linux binaries, ready for release. # This intentionally uses an older Linux image, so that we compile against