Skip to content
Snippets Groups Projects
Commit 472a5f0b authored by 邹毅贤's avatar 邹毅贤
Browse files

add test

parent 693d6037
No related branches found
No related tags found
No related merge requests found
......@@ -59,6 +59,9 @@ jobs:
go fmt ./... && git checkout -- go.mod && git status && [[ -z `git status -s` ]]
# diff -u <(echo -n) <(gofmt -d -s .)
- name: hash
run: echo commit hash ${{github.event.pull_request.merge_commit_sha}}
- name: Install go ci lint
run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.27.0
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment