We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d16916e commit 2f97bb7Copy full SHA for 2f97bb7
.github/workflows/ci.yml
@@ -61,3 +61,8 @@ jobs:
61
62
- name: Check Forge gas snapshot
63
run: forge snapshot --check
64
+
65
+ - name: Run Slither
66
+ uses: crytic/slither-action@v0.1.1
67
+ with:
68
+ ignore-compile: true
0 commit comments