mirror of
https://github.com/Azure/setup-helm.git
synced 2025-11-09 05:56:55 +00:00
executed prettier
This commit is contained in:
parent
02ca4f6c91
commit
4580297f54
3 changed files with 10220 additions and 10216 deletions
|
|
@ -1,5 +1,7 @@
|
||||||
# Setup Helm
|
# Setup Helm
|
||||||
|
|
||||||
Install a specific version of helm binary on the runner.
|
Install a specific version of helm binary on the runner.
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
|
||||||
Acceptable values are latest or any semantic version string like v3.5.0 Use this action in workflow to define which version of helm will be used. v2 and v3 of this action only supports Helm3.
|
Acceptable values are latest or any semantic version string like v3.5.0 Use this action in workflow to define which version of helm will be used. v2 and v3 of this action only supports Helm3.
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,9 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "ncc build src/run.ts -o lib",
|
"build": "ncc build src/run.ts -o lib",
|
||||||
"test": "jest",
|
"test": "jest",
|
||||||
"test-coverage": "jest --coverage"
|
"test-coverage": "jest --coverage",
|
||||||
|
"format": "prettier --write .",
|
||||||
|
"format-check": "prettier --check ."
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/jest": "^26.0.0",
|
"@types/jest": "^26.0.0",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue