Add tests for Celo2 Signer compatibility with both Celo1 and Celo2 transactions #445
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 |