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

pull/638/head
OpenIM Bot 12 months ago committed by GitHub
parent 73b8f5dc4e
commit 36e202531b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -17,8 +17,8 @@ name: OpenIM golangci-lint
on:
push:
branches: [main]
# pull_request:
# branches: [main]
pull_request:
branches: [main]
jobs:
golangci:
name: lint
@ -48,4 +48,4 @@ jobs:
# only-new-issues: true
# Optional:The mode to install golangci-lint. It can be 'binary' or 'goinstall'.
install-mode: "goinstall"
install-mode: "goinstall"
Loading…
Cancel
Save