Skip to content

feat: add bytes calldata param to pass arbitrary data to resolvers #124

feat: add bytes calldata param to pass arbitrary data to resolvers

feat: add bytes calldata param to pass arbitrary data to resolvers #124

Workflow file for this run

on:
- push
- 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-unit:
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"
name: "Unit tests"
coverage:
needs: ["build"]
uses: "rhinestonewtf/reusable-workflows/.github/workflows/forge-coverage.yaml@main"
with:
match-path: "test/**/*.sol"
codecov-slug: zeroknots/registry