From bb17b87f7173fb00d96a5500fda3a8ef786cf55d Mon Sep 17 00:00:00 2001 From: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com> Date: Fri, 25 Mar 2022 12:08:49 +0800 Subject: [PATCH] Update l2geth_ci.yml --- .github/workflows/l2geth_ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/l2geth_ci.yml b/.github/workflows/l2geth_ci.yml index 31b1ee79e192..580c32bf6d38 100644 --- a/.github/workflows/l2geth_ci.yml +++ b/.github/workflows/l2geth_ci.yml @@ -31,8 +31,6 @@ jobs: run: go get golang.org/x/tools/cmd/goimports - name: Checkout code uses: actions/checkout@v2 - with: - ref: ${{ github.event.pull_request.head.ref }} - run: goimports -local github.com/scroll-tech/go-ethereum/ -w . - run: go mod tidy # If there are any diffs from goimports or go mod tidy, fail.