Last active
November 15, 2024 04:09
-
-
Save jfhbrook/980b098845d5ed7309d6bae754eda36c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module { | |
version = "1.0.0" | |
description = "Push to a git repository" | |
scripts { | |
format = [ | |
"terraform fmt -recursive" | |
] | |
lint = [ | |
"tflint --recursive", | |
"shellcheck ./lifecycle/*.sh" | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment