Skip to content

Commit eeddb10

Browse files
authored
Merge pull request #19 from go-advanced-admin/complexity
fix(workflow): update path for complexity check in workflow
2 parents 3a60f6d + 63d6fe4 commit eeddb10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/complecity-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: go install github.com/fzipp/gocyclo/cmd/gocyclo@latest
2222

2323
- name: Run gocyclo
24-
run: gocyclo -over 20 ./... || exit 1
24+
run: gocyclo -over 20 . || exit 1
2525

2626
- name: Fail on high complexity
2727
if: failure()

0 commit comments

Comments
 (0)