Showing 2 of 2 total issues
Function run
has 121 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export async function run(): Promise<void> { try { const { owner, repo, branch } = getContext() const inputRepository = getInput('repository') const inputBranch = getInput('branch-name')
Function run
has a Cognitive Complexity of 31 (exceeds 5 allowed). Consider refactoring. Open
Open
export async function run(): Promise<void> { try { const { owner, repo, branch } = getContext() const inputRepository = getInput('repository') const inputBranch = getInput('branch-name')
- Read upRead up