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.