Add totalDifficulty field to JSON-RPC schema of Celo1 block #455
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: PR only | |
on: | |
pull_request: | |
branches: | |
- master | |
- celo* | |
permissions: | |
contents: read | |
jobs: | |
dependencies: | |
concurrency: ci-${{ github.ref }} | |
runs-on: ubuntu-latest | |
steps: | |
- name: "Dependency Review" | |
uses: actions/dependency-review-action@v4 | |
with: | |
warn-only: true |