From bb14767829b19b0a9e395c1afad1c004c5fb2e4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Sat, 17 Jan 2026 21:25:33 +0800 Subject: [PATCH] chore: make lint happy? --- .github/workflows/push.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 617ef813..4df7f009 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -20,10 +20,8 @@ jobs: fetch-depth: 0 submodules: 'recursive' - - name: Tidy Modules - run: | - go mod tidy - go generate main.go + - name: Prepare Necessary Runtime Files + run: go generate main.go - name: Run Lint uses: golangci/golangci-lint-action@master