Update l2geth_ci.yml

This commit is contained in:
HAOYUatHZ 2022-03-25 12:08:49 +08:00 committed by GitHub
parent b6cc89fabe
commit bb17b87f71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,8 +31,6 @@ jobs:
run: go get golang.org/x/tools/cmd/goimports run: go get golang.org/x/tools/cmd/goimports
- name: Checkout code - name: Checkout code
uses: actions/checkout@v2 uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.ref }}
- run: goimports -local github.com/scroll-tech/go-ethereum/ -w . - run: goimports -local github.com/scroll-tech/go-ethereum/ -w .
- run: go mod tidy - run: go mod tidy
# If there are any diffs from goimports or go mod tidy, fail. # If there are any diffs from goimports or go mod tidy, fail.