FIP Implementation: Add support for EIP-7702 (Set Code for EOAs) #142
This file contains hidden or 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: Release Checker | |
| on: | |
| pull_request_target: | |
| paths: ["Cargo.toml"] | |
| types: [ opened, synchronize, reopened, labeled, unlabeled ] | |
| workflow_dispatch: | |
| permissions: | |
| contents: write | |
| pull-requests: write | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.event.pull_request.head.ref || github.ref }} | |
| cancel-in-progress: true | |
| jobs: | |
| release-check: | |
| uses: ipdxco/unified-github-workflows/.github/workflows/[email protected] | |
| with: | |
| sources: '["Cargo.toml"]' |