Commit 0001b453 authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

ci: print slither version before running (#2992)

Makes it easier to debug when problems go wrong
Co-authored-by: default avatarmergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
parent 32c82ea9
......@@ -127,7 +127,9 @@ jobs:
working_directory: packages/contracts-bedrock
- run:
name: slither
command: yarn slither || exit 0
command: |
slither --version
yarn slither || exit 0
working_directory: packages/contracts-bedrock
- run:
name: 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