File tree Expand file tree Collapse file tree 4 files changed +19
-457
lines changed
Expand file tree Collapse file tree 4 files changed +19
-457
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 66
77import * as core from "@actions/core" ;
88import { type } from "arktype" ;
9- import { main , Inputs } from "./main.ts" ;
9+ import { Inputs , main } from "./main.ts" ;
1010import packageJson from "./package.json" with { type : "json" } ;
1111
1212async function run ( ) : Promise < void > {
Original file line number Diff line number Diff line change 11{
22 "name" : " @pullfrog/action" ,
3- "version" : " 0.0.42 " ,
3+ "version" : " 0.0.43 " ,
44 "type" : " module" ,
55 "files" : [
66 " index.js" ,
1515 "scripts" : {
1616 "test" : " echo \" Error: no test specified\" && exit 1" ,
1717 "typecheck" : " tsc --noEmit" ,
18- "prepare" : " husky" ,
1918 "play" : " node play.ts" ,
2019 "upDeps" : " pnpm up --latest" ,
20+ "install" : " pnpm --ignore-workspace install" ,
2121 "createLockfile" : " pnpm --ignore-workspace install"
2222 },
2323 "dependencies" : {
3535 "devDependencies" : {
3636 "@types/node" : " ^24.7.2" ,
3737 "arg" : " ^5.0.2" ,
38- "husky" : " ^9.1.7" ,
3938 "typescript" : " ^5.9.3"
4039 },
4140 "repository" : {
You can’t perform that action at this time.
0 commit comments