|
|
@ -28,6 +28,8 @@ jobs:
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
go-version: '1.21'
|
|
|
|
go-version: '1.21'
|
|
|
|
cache: false
|
|
|
|
cache: false
|
|
|
|
|
|
|
|
- name: OpenIM Scripts Verification(make verify)
|
|
|
|
|
|
|
|
run: sudo make verify
|
|
|
|
- name: golangci-lint
|
|
|
|
- name: golangci-lint
|
|
|
|
uses: golangci/golangci-lint-action@v3.7.0
|
|
|
|
uses: golangci/golangci-lint-action@v3.7.0
|
|
|
|
with:
|
|
|
|
with:
|
|
|
@ -47,4 +49,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"
|
|
|
|