This commit is contained in:
number571 2024-04-05 03:40:39 +07:00
parent 1e1f4fda92
commit df21e43bb5
3 changed files with 20818 additions and 20816 deletions

View File

@ -22,9 +22,11 @@ jobs:
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
- name: Update bashrc
run: source ~/.bashrc
- name: Go-peer installing...
run: git clone https://github.com/number571/go-peer.git
- name: Go-peer list running...
- name: Go-peer lint running...
run: make lint-run -C go-peer
- name: Go-peer test running...
run: make test-run -C go-peer
run: make test-run -C go-peer

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff