validation: check all contracts for correct superchainConfig() #656
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
name: Rollup Config and Genesis Diff | |
on: | |
pull_request: | |
types: [opened, synchronize, reopened] | |
jobs: | |
compute-genesis-diff: | |
uses: ./.github/workflows/diff-workflow.yml | |
permissions: | |
pull-requests: write | |
with: | |
command: generate-genesis | |
directory: generate-genesis | |
message: "Detected nonzero diff in genesis. This PR modifies the genesis data of at least one chain in the registry, which may or may not have been intended" | |
compute-rollup-config-diff: | |
uses: ./.github/workflows/diff-workflow.yml | |
permissions: | |
pull-requests: write | |
with: | |
command: generate-rollup-config | |
directory: generate-rollup-config | |
message: "Detected nonzero diff in rollup config. This PR modifies the configuration of at least one chain in the registry, which may or may not have been intended" |