Files
web/.husky/pre-commit
Max ea7e38e12d
All checks were successful
🔧 Pipeline / 🪨 Terraform (push) Successful in 7s
I lost my data. (#18)
## 🔍 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>
2025-01-08 23:20:08 +00:00

5 lines
130 B
Bash
Executable File

#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
terraform -chdir=terraform validate
terraform -chdir=terraform fmt -recursive