From 0c980e8b6c1e6791f8885614dd74f431bdecf36e Mon Sep 17 00:00:00 2001 From: keven1024 Date: Sat, 20 Dec 2025 08:42:05 +0800 Subject: [PATCH] chore(lint): rename lint action step for clarity and consistency in Gitea workflow --- .gitea/workflows/lint.yaml | 4 ++-- front/pages/index.vue | 20 ++++++++++---------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.gitea/workflows/lint.yaml b/.gitea/workflows/lint.yaml index 67c91a6..5f600c2 100644 --- a/.gitea/workflows/lint.yaml +++ b/.gitea/workflows/lint.yaml @@ -38,7 +38,7 @@ jobs: with: go-version: '1.25' - - name: Install golangci-lint + - name: Run golangci-lint uses: golangci/golangci-lint-action@v9 with: version: latest @@ -55,7 +55,7 @@ jobs: with: go-version: '1.25' - - name: Install golangci-lint + - name: Run golangci-lint uses: golangci/golangci-lint-action@v9 with: version: latest diff --git a/front/pages/index.vue b/front/pages/index.vue index fec636e..6b57e81 100644 --- a/front/pages/index.vue +++ b/front/pages/index.vue @@ -1,7 +1,7 @@ \ No newline at end of file +const renderComponent = computed(() => renderList.find((item) => item.key === type.value)?.component) +