mirror of
https://github.com/hashicorp/setup-terraform.git
synced 2025-12-27 05:23:37 +00:00
lint
This commit is contained in:
parent
02e010afee
commit
4e76b9133b
2 changed files with 4 additions and 4 deletions
4
dist/index1.js
vendored
4
dist/index1.js
vendored
|
|
@ -3040,7 +3040,7 @@ async function checkTerraform () {
|
|||
return io.which(pathToCLI, check);
|
||||
}
|
||||
|
||||
async () => {
|
||||
(async () => {
|
||||
// This will fail if Terraform isn't found, which is what we want
|
||||
await checkTerraform();
|
||||
|
||||
|
|
@ -3079,7 +3079,7 @@ async () => {
|
|||
|
||||
// A non-zero exitCode is considered an error
|
||||
core.setFailed(`Terraform exited with code ${exitCode}.`);
|
||||
};
|
||||
})();
|
||||
|
||||
})();
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ async function checkTerraform () {
|
|||
return io.which(pathToCLI, check);
|
||||
}
|
||||
|
||||
async () => {
|
||||
(async () => {
|
||||
// This will fail if Terraform isn't found, which is what we want
|
||||
await checkTerraform();
|
||||
|
||||
|
|
@ -51,4 +51,4 @@ async () => {
|
|||
|
||||
// A non-zero exitCode is considered an error
|
||||
core.setFailed(`Terraform exited with code ${exitCode}.`);
|
||||
};
|
||||
})();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue