Skip to content

fix: ownable validator signing #78

fix: ownable validator signing

fix: ownable validator signing #78

Workflow file for this run

on:
workflow_dispatch:
push:
branches:
- "main"
pull_request:
jobs:
lint:
uses: "rhinestonewtf/reusable-workflows/.github/workflows/forge-lint.yaml@main"
build:
uses: "rhinestonewtf/reusable-workflows/.github/workflows/forge-build.yaml@main"
test:
needs: ["lint", "build"]
uses: "rhinestonewtf/reusable-workflows/.github/workflows/forge-test.yaml@main"
with:
foundry-fuzz-runs: 5000
foundry-profile: "test"
match-path: "test/**/*.sol"
release-artifacts:
needs: ["build"]
uses: "rhinestonewtf/reusable-workflows/.github/workflows/forge-release.yaml@main"
strategy:
matrix:
contract-name: ["Safe7579", "Safe7579Launchpad"]
with:
contract-name: ${{ matrix.contract-name }}
store-artifacts: true