Add tests & test dependencies

This commit is contained in:
Ryan Ghadimi 2025-03-19 11:17:03 +00:00
parent c7cfc3a2a3
commit 96a6f165f4
5 changed files with 8464 additions and 94 deletions

View file

@ -15,7 +15,7 @@ export const chunk = <T>(arr: T[], n: number): T[][] =>
return acc
}, [] as T[][])
async function run(): Promise<void> {
export async function run(): Promise<void> {
const inputs = {
name: core.getInput(Inputs.Name, {required: false}),
path: core.getInput(Inputs.Path, {required: false}),