Skip to content

Feature/simple structs #40

Feature/simple structs

Feature/simple structs #40

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:
foundry-fuzz-runs: 5000

Check failure on line 25 in .github/workflows/ci.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yaml

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yaml (Line: 25, Col: 26): Invalid input, foundry-fuzz-runs is not defined in the referenced workflow. .github/workflows/ci.yaml (Line: 26, Col: 24): Invalid input, foundry-profile is not defined in the referenced workflow.
foundry-profile: "test"
match-path: "test/**/*.sol"
codecov-slug: zeroknots/registry