mirror of
https://code.forgejo.org/pnpm/action-setup.git
synced 2025-06-17 09:11:11 +00:00
Add schema generator
This commit is contained in:
parent
d44b8c5e53
commit
bb24f595c2
6 changed files with 708 additions and 9 deletions
|
@ -8,7 +8,7 @@ interface RunInstall {
|
|||
readonly args?: readonly string[]
|
||||
}
|
||||
|
||||
type RunInstallInput =
|
||||
export type RunInstallInput =
|
||||
| null
|
||||
| boolean
|
||||
| RunInstall
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue