Skip to content

Commit 36e2025

Browse files
authored
Update and rename golangci-link.yml to golangci-lint.yml (#637)
1 parent 73b8f5d commit 36e2025

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/golangci-link.yml renamed to .github/workflows/golangci-lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ name: OpenIM golangci-lint
1717
on:
1818
push:
1919
branches: [main]
20-
# pull_request:
21-
# branches: [main]
20+
pull_request:
21+
branches: [main]
2222
jobs:
2323
golangci:
2424
name: lint
@@ -48,4 +48,4 @@ jobs:
4848
# only-new-issues: true
4949

5050
# Optional:The mode to install golangci-lint. It can be 'binary' or 'goinstall'.
51-
install-mode: "goinstall"
51+
install-mode: "goinstall"

0 commit comments

Comments
 (0)