From aafa31ed1d1cb3ac1ee6f754ee0abe8b555432c4 Mon Sep 17 00:00:00 2001 From: feederbox826 Date: Wed, 6 May 2026 03:15:08 -0400 Subject: [PATCH] [ci] explicitly touch-ui for linting --- .github/workflows/golangci-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index d2d54b207..e16613a2e 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -22,7 +22,7 @@ jobs: # generate-backend runs natively (just go generate + touch-ui) — no Docker needed - name: Generate Backend - run: make generate-backend + run: make touch-ui generate-backend ## WARN ## using v1, update in a later PR