Skip to content

Commit 5c18a00

Browse files
committed
wip
1 parent 4ddcd6f commit 5c18a00

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/natspec.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@ jobs:
1212
# all the lines below are optional
1313
with:
1414
working-directory: "./"
15-
paths: |
16-
- "contracts/**/*.sol"
17-
exclude: "[]"
15+
paths: ["contracts/**/*.sol"]
16+
exclude: []
1817
extra-args: ""
1918
version: "latest"
2019
fail-on-problem: "true"

0 commit comments

Comments
 (0)