Vidya reddy prettier (#58)

* upgraded to Node16

* Enforce Prettier

* code fix

* jest version change and prettify code

Co-authored-by: Vidya Reddy <vidyareddy@microsoft.com>
This commit is contained in:
Vidya Reddy
2022-06-27 15:31:07 -07:00
committed by GitHub
parent b474dc39ef
commit 2eb2a370ff
20 changed files with 11418 additions and 11311 deletions

View File

@@ -1,15 +1,15 @@
name: "Kubectl tool installer"
description: "Install a specific version of kubectl binary. Acceptable values are latest or any semantic version string like 1.15.0"
inputs:
version:
description: "Version of kubectl"
required: true
default: "latest"
outputs:
kubectl-path:
description: "Path to the cached kubectl binary"
branding:
color: "blue"
runs:
using: "node16"
main: "lib/index.js"
name: 'Kubectl tool installer'
description: 'Install a specific version of kubectl binary. Acceptable values are latest or any semantic version string like 1.15.0'
inputs:
version:
description: 'Version of kubectl'
required: true
default: 'latest'
outputs:
kubectl-path:
description: 'Path to the cached kubectl binary'
branding:
color: 'blue'
runs:
using: 'node16'
main: 'lib/index.js'