Skip to content

Commit 637b1aa

Browse files
authored
Update CatchyCodeComplexity.yml
.
1 parent f87685a commit 637b1aa

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/CatchyCodeComplexity.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
name: Code Complexity Check
22
on:
3-
- pull_request
4-
- workflow_dispatch
3+
pull_request:
4+
workflow_dispatch:
5+
inputs:
6+
threshold:
7+
description: 'Complexity threshold'
8+
required: true
9+
default: '15'
510
jobs:
611
complexity:
712
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)