Skip to content

Move zkEVM in DID from blockchain level to network level. Add Linea #183

Move zkEVM in DID from blockchain level to network level. Add Linea

Move zkEVM in DID from blockchain level to network level. Add Linea #183

Workflow file for this run

name: lint
on:
push:
branches:
- master
pull_request:
jobs:
lint:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.21.6
- uses: golangci/golangci-lint-action@v3
with:
version: v1.55.2