From 80ee534175eb79137080755f99a501eaa4187ed9 Mon Sep 17 00:00:00 2001 From: Joe Zou <yixian.zou@gmail.com> Date: Sat, 23 Jan 2021 22:50:19 +0800 Subject: [PATCH] add test --- .github/workflows/github-actions.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 8eab0bc14..cc837c7f3 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -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 -- GitLab