infrastructure/justfile
Tine d0b752983a
Some checks failed
/ lint (push) Failing after 1m58s
chore: remove unused
2024-11-02 15:26:31 +01:00

13 lines
221 B
Makefile

# Always use devbox environment to run commands.
set shell := ["devbox", "run"]
# Load dotenv
set dotenv-load
mod k8s 'k8s.tjo.cloud'
default:
@just --list
lint:
@tofu fmt -check -recursive .
@tflint --recursive