diff --git a/action.yml b/action.yml index 772ec43..3c720e7 100644 --- a/action.yml +++ b/action.yml @@ -19,4 +19,4 @@ inputs: default: false runs: using: 'node16' - main: 'dist/index.js' \ No newline at end of file + main: 'dist/index.js' diff --git a/src/main.ts b/src/main.ts index 84f8afe..89a5433 100644 --- a/src/main.ts +++ b/src/main.ts @@ -121,4 +121,4 @@ async function main() { } } -main(); \ No newline at end of file +main(); diff --git a/tsconfig.json b/tsconfig.json index 8755976..2a52c70 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,4 +7,4 @@ "include": [ "src/**/*.ts" ] -} \ No newline at end of file +}