From f56131f38eaa7f3610a44090dfa7a6297177cc41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=96=E7=95=8C?= Date: Mon, 24 Mar 2025 20:38:18 +0800 Subject: [PATCH] Make linter happy --- .github/workflows/lint.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 3b428020..c7e5d6e6 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -34,4 +34,5 @@ jobs: with: version: latest args: --timeout=30m - install-mode: binary \ No newline at end of file + install-mode: binary + verify: false