Remove husky tool + fix lint error (#394)

* remove husky

* fix tests
This commit is contained in:
Austin Valle 2024-01-31 14:11:44 -05:00 committed by GitHub
parent e12a01440e
commit 2417443146
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 2 additions and 26 deletions

View file

@ -34,7 +34,7 @@ async function checkTerraform () {
const options = {
listeners,
ignoreReturnCode: true,
silent: true, // avoid printing command in stdout: https://github.com/actions/toolkit/issues/649
silent: true // avoid printing command in stdout: https://github.com/actions/toolkit/issues/649
};
const exitCode = await exec(pathToCLI, args, options);