-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaction.yml
More file actions
20 lines (20 loc) · 771 Bytes
/
Copy pathaction.yml
File metadata and controls
20 lines (20 loc) · 771 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
name: 'JavaScript Cyclomatic Complexity Reporter'
description: 'An action for CommonJS or ESModules that prints a function-by-file report for a given directory. Use this to run analytics or aggregate SDLC metrics to drive understanding of the complexity delivered through engineering.'
author: 'Off Grid Development'
inputs:
github_token:
description: GitHub token
working_directory:
description: target directory for analysis
event:
description: this event
includedFileTypes:
description: RegExp pattern for files to include in report
excludedFileTypes:
description: RegExp pattern for files to exclude from report
outputs:
export_filename:
description: the path to the report produced
runs:
using: 'node20'
main: 'dist/index.js'