Skip to content

fixed Scroll chain_id | added Base,opBNB | update README.md #121

fixed Scroll chain_id | added Base,opBNB | update README.md

fixed Scroll chain_id | added Base,opBNB | update README.md #121

Workflow file for this run

name: Lint
on: [ push, pull_request ]
jobs:
lint:
strategy:
matrix:
platform: [ "ubuntu-latest" ]
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Lint
run: make lint-go