Commit ed4d716a authored by mergify[bot]'s avatar mergify[bot] Committed by GitHub

Merge pull request #4920 from ethereum-optimism/fix/slither-ci

ci: fix slither
parents ec8e9b0c cee92f0f
......@@ -6,6 +6,6 @@ rm -rf artifacts forge-artifacts
TEMP=$(mktemp -d)
mv contracts/test $TEMP/test
slither .
slither . --foundry-out-directory artifacts
mv $TEMP/test contracts/test
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment