mirror of
https://github.com/hashicorp/setup-terraform.git
synced 2025-12-25 12:47:06 +00:00
.github/workflows: Use actions/reusable-workflows for CI validation
Reference: https://github.com/actions/reusable-workflows Reference:a8533f184b/.github/workflows/basic-validation.ymlReference:a8533f184b/.github/workflows/check-dist.ymlSimplify the project's CI by using the recently developed actions/reusable-workflows for testing and dist/ compilation checking.
This commit is contained in:
parent
8feba2b913
commit
1fd49665ad
2 changed files with 6 additions and 26 deletions
|
|
@ -14,7 +14,8 @@
|
|||
"lint": "cd wrapper && npm run lint && cd .. && semistandard --env jest --fix",
|
||||
"build": "cd wrapper && npm run build && cd .. && ncc build index.js --out dist",
|
||||
"postinstall": "cd wrapper && npm install",
|
||||
"prepare": "husky install"
|
||||
"prepare": "husky install",
|
||||
"format-check": "echo \"unimplemented for actions/reusable-workflows basic-validation\""
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue