Skip to content

Bump github.com/0xPolygonHermez/zkevm-node from 0.5.0 to 0.6.8 #47

Bump github.com/0xPolygonHermez/zkevm-node from 0.5.0 to 0.6.8

Bump github.com/0xPolygonHermez/zkevm-node from 0.5.0 to 0.6.8 #47

Workflow file for this run

name: Lint
on:
push:
branches:
- main
- master
- develop
- update-external-dependencies
- 'release/**'
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.21.x
- name: Checkout code
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
- name: Lint
run: |
make install-linter
make lint