Skip to content

add chainID to AddLog #21

add chainID to AddLog

add chainID to AddLog #21

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.21.x
- name: Checkout code
uses: actions/checkout@v3
- name: Install golangci-lint
run: go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.49
- name: Lint
uses: golangci/golangci-lint-action@v3
with:
args: --timeout 10m --verbose