Skip to content

Commit 7c79bf2

Browse files
committed
fix route
1 parent fe44b65 commit 7c79bf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/slither.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ on:
44
push:
55
branches: [ development ]
66
paths:
7-
- 'src/**.sol'
7+
- '**.sol'
88
pull_request:
99
paths:
10-
- 'src/**.sol'
10+
- '**.sol'
1111

1212
jobs:
1313
analyze:

0 commit comments

Comments
 (0)