Skip to content

Commit 0ace4f0

Browse files
fix: run slither without docker
1 parent 242891f commit 0ace4f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
uses: crytic/slither-action@main
3838
id: slither
3939
with:
40-
node-version: '18.20.5'
4140
target: 'smart-contracts'
41+
use-docker: false
4242
ignore-compile: true
4343
slither-args: '--exclude assembly,low-level-calls,solc-version,pragma,naming-convention,external-function,too-many-digits,block-timestamp,immutable-states'
4444

0 commit comments

Comments
 (0)