mirror of
https://github.com/OwO-Network/DeepLX.git
synced 2025-04-19 06:03:25 +00:00
ci: add golint
This commit is contained in:
parent
7705e7ae1c
commit
7617110dbd
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
@ -17,6 +17,12 @@ jobs:
|
||||
with:
|
||||
go-version: '1.19'
|
||||
|
||||
- name: Install golint
|
||||
run: go install golang.org/x/lint/golint@latest
|
||||
|
||||
- name: Run golint
|
||||
run: golint -set_exit_status ./...
|
||||
|
||||
- name: Build
|
||||
run: go build ./...
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user