use bls instead of blst to fix opBNB bls cgo issue #183
Workflow file for this run
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
# Verify that important design docs have ToC entries. | |
name: Check documentation ToC | |
on: | |
pull_request: | |
push: | |
branches: | |
- v0.37.x | |
jobs: | |
check: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: technote-space/get-diff-action@v6 | |
with: | |
PATTERNS: | | |
docs/architecture/** | |
docs/rfc/** | |
- run: make check-docs-toc | |
if: env.GIT_DIFF |