M10 fix: allow submitting the signatures on any order #165
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: Pull request | |
permissions: | |
issues: write | |
pull-requests: write | |
on: | |
pull_request: | |
jobs: | |
forge-fmt: | |
name: Forge format | |
uses: ./.github/workflows/forge-fmt.yml | |
secrets: inherit | |
forge-test: | |
if: github.head_ref != 'main' # already triggered by push | |
name: Forge tests | |
uses: ./.github/workflows/forge-test.yml | |
secrets: inherit | |
analyse: | |
name: Slither analysis | |
uses: ./.github/workflows/slither.yml | |
secrets: inherit | |
gas-diff: | |
name: Gas diff | |
uses: ./.github/workflows/gas-diff.yml | |
secrets: inherit | |