diff --git a/index.js b/index.js index af130ba..79cde77 100644 --- a/index.js +++ b/index.js @@ -130,3 +130,7 @@ export async function run(payload) { await handleTest({ owner, repo, issueNumber, commentBody: body, prRef }); } } + +function add(a,b){ + return a+b +}