Skip to content

Commit 4ddcd6f

Browse files
committed
wip
1 parent adb3952 commit 4ddcd6f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/natspec.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ jobs:
1212
# all the lines below are optional
1313
with:
1414
working-directory: "./"
15-
paths: "contracts/**/*.sol"
15+
paths: |
16+
- "contracts/**/*.sol"
1617
exclude: "[]"
1718
extra-args: ""
1819
version: "latest"

0 commit comments

Comments
 (0)