remove husky

This commit is contained in:
David Blass
2025-10-13 17:04:59 -04:00
parent a93c34e61b
commit 2c856e3337
4 changed files with 19 additions and 457 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
import * as core from "@actions/core";
import { type } from "arktype";
import { main, Inputs } from "./main.ts";
import { Inputs, main } from "./main.ts";
import packageJson from "./package.json" with { type: "json" };
async function run(): Promise<void> {