Commit cee92f0f authored by Mark Tyneway's avatar Mark Tyneway

ci: fix slither

It was looking in the wrong directory for the `build-info`
file directory.
parent ec8e9b0c
......@@ -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