enhance(l1-info-sync): sync l1 info table from l2 rpc id an rpc node #1001
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: RPC endpoint doc | |
on: | |
push: | |
branches: | |
- zkevm | |
- stable/** | |
pull_request: | |
branches: | |
- zkevm | |
- stable/** | |
types: | |
- opened | |
- reopened | |
- synchronize | |
- ready_for_review | |
jobs: | |
lint: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: actions/setup-go@v4 | |
with: | |
go-version: '1.21' | |
- name: Check RPC endpoints doc | |
run: | | |
cd ./docs/endpoints | |
make check-doc |