Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Add Base and BNB networks #197

Add Base and BNB networks

Add Base and BNB networks #197

Workflow file for this run

name: lint
on:
push:
branches:
- master
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
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