Skip to content

test: add unit tests for zk/txpool/pool.go #306

test: add unit tests for zk/txpool/pool.go

test: add unit tests for zk/txpool/pool.go #306

Workflow file for this run

name: RPC endpoint doc
on:
push:
branches:
- zkevm
pull_request:
branches:
- zkevm
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