Commit d5345a17 authored by coolhill's avatar coolhill

add slither github action to fail on new errors

parent 4e30cd92
...@@ -58,4 +58,4 @@ jobs: ...@@ -58,4 +58,4 @@ jobs:
working-directory: ./packages/contracts working-directory: ./packages/contracts
shell: bash shell: bash
run: yarn test:slither run: yarn test:slither
continue-on-error: true continue-on-error: false
...@@ -5,8 +5,8 @@ ...@@ -5,8 +5,8 @@
"exclude_medium": false, "exclude_medium": false,
"exclude_high": false, "exclude_high": false,
"solc_disable_warnings": false, "solc_disable_warnings": false,
"hardhat_ignore_compile": true, "hardhat_ignore_compile": false,
"disable_color": false, "disable_color": false,
"exclude_dependencies": true, "exclude_dependencies": false,
"filter_paths": "@openzeppelin|hardhat|contracts/test-helpers|contracts/test-libraries" "filter_paths": "@openzeppelin|hardhat|contracts/test-helpers|contracts/test-libraries"
} }
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