Skip to content

feat: add OOG revert and banned opcode validation #21

feat: add OOG revert and banned opcode validation

feat: add OOG revert and banned opcode validation #21

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"
verbosity: 3

Check failure on line 22 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: 22, Col: 18): Invalid input, verbosity is not defined in the referenced workflow. .github/workflows/ci.yaml (Line: 23, Col: 18): Invalid input, gas_limit is not defined in the referenced workflow.
gas_limit: "18446744073709551615"
memory_limit: 2147483648