This commit is contained in:
number571 2024-04-05 03:59:06 +07:00
parent 7bce957fae
commit a6275b2acd
3 changed files with 29978 additions and 29978 deletions

View File

@ -19,9 +19,9 @@ jobs:
- name: Golang unpacking...
run: sudo tar -C /opt -xzf go1.16.linux-amd64.tar.gz
- name: Environment setting...
run: export PATH="${PATH}:/opt/go/bin" && export PATH="${PATH}:$(go env GOPATH)/bin"
run: export PATH="${PATH}:/opt/go/bin"
- name: Golangci installing...
run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.57.2
run: go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.57.2
- name: Go-peer downloading...
run: git clone --depth=1 https://github.com/number571/go-peer.git
- name: Go-peer lint running...

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff