Skip to content

Add optimization for confirmed blocks on syncing #17

Add optimization for confirmed blocks on syncing

Add optimization for confirmed blocks on syncing #17

Workflow file for this run

name: Lint
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
workflow_dispatch:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.20.x
- name: Checkout code
uses: actions/checkout@v3
- name: Install golangci-lint
run: go install github.com/golangci/golangci-lint/cmd/[email protected]
- name: Lint
uses: golangci/golangci-lint-action@v3
with:
args: --timeout 10m --verbose