1
mirror of https://github.com/pnpm/action-setup.git synced 2026-02-15 05:40:34 +00:00

Add schema generator

This commit is contained in:
khai96_
2020-05-09 19:24:07 +07:00
parent d44b8c5e53
commit bb24f595c2
6 changed files with 708 additions and 9 deletions

View File

@@ -8,7 +8,7 @@ interface RunInstall {
readonly args?: readonly string[]
}
type RunInstallInput =
export type RunInstallInput =
| null
| boolean
| RunInstall