Update golangci-lint.yml

pull/1891/head
Xinwei Xiong 2 years ago committed by GitHub
parent 359978b943
commit 00486ef585
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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:

Loading…
Cancel
Save