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

add test

parent 472a5f0b
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@ jobs:
# diff -u <(echo -n) <(gofmt -d -s .)
- name: hash
run: echo commit hash ${{github.event.pull_request.merge_commit_sha}}
run: echo commit hash ${{github.event.pull_request.head.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