Skip to content

add folder structure #4

add folder structure

add folder structure #4

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"