Update and rename golangci-link.yml to golangci-lint.yml (#637)

This commit is contained in:
OpenIM Bot
2023-07-23 12:59:06 +08:00
committed by GitHub
parent 73b8f5dc4e
commit 36e202531b
@@ -17,8 +17,8 @@ name: OpenIM golangci-lint
on: on:
push: push:
branches: [main] branches: [main]
# pull_request: pull_request:
# branches: [main] branches: [main]
jobs: jobs:
golangci: golangci:
name: lint name: lint
@@ -48,4 +48,4 @@ jobs:
# only-new-issues: true # only-new-issues: true
# Optional:The mode to install golangci-lint. It can be 'binary' or 'goinstall'. # Optional:The mode to install golangci-lint. It can be 'binary' or 'goinstall'.
install-mode: "goinstall" install-mode: "goinstall"