mirror of
https://code.forgejo.org/pnpm/action-setup.git
synced 2025-06-14 16:01:11 +00:00
fmt
This commit is contained in:
parent
847a737d63
commit
11ba3424e0
7 changed files with 16 additions and 16 deletions
src/inputs
|
@ -1,7 +1,7 @@
|
|||
import process from 'process'
|
||||
import { load } from 'js-yaml'
|
||||
import Ajv from 'ajv'
|
||||
import { getInput, error, InputOptions } from '@actions/core'
|
||||
import Ajv from 'ajv'
|
||||
import { load } from 'js-yaml'
|
||||
import process from 'process'
|
||||
import runInstallSchema from './run-install-input.schema.json'
|
||||
|
||||
export interface RunInstall {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue