mirror of
https://github.com/keven1024/015.git
synced 2026-05-26 07:08:02 +00:00
chore(lint): rename lint action step for clarity and consistency in Gitea workflow
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -21,5 +21,5 @@ const renderList = [
|
||||
{ key: 'file', component: FileUploadView },
|
||||
{ key: 'text', component: TextUploadView },
|
||||
]
|
||||
const renderComponent = computed(() => renderList.find(item => item.key === type.value)?.component)
|
||||
const renderComponent = computed(() => renderList.find((item) => item.key === type.value)?.component)
|
||||
</script>
|
||||
Reference in New Issue
Block a user