All checks were successful
🔧 Pipeline / 🪨 Terraform (push) Successful in 7s
## 🔍 Motivation & Context My data is lost. ## 🔖 Related Issue None. ## ✨ Changes I accidentally overwrote my Gitea data. Reviewed-on: https://code.maximhutz.com/Infrastructure/Codebase/pulls/18 Co-authored-by: Max <git@maximhutz.me> Co-committed-by: Max <git@maximhutz.me>
5 lines
130 B
Bash
Executable File
5 lines
130 B
Bash
Executable File
#!/usr/bin/env sh
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
|
|
|
terraform -chdir=terraform validate
|
|
terraform -chdir=terraform fmt -recursive |