infrastructure/justfile
Tine b28b696adc
Some checks failed
/ lint (push) Failing after 1m31s
feat: add proxmox basic nix image
2024-08-31 19:48:38 +02:00

14 lines
253 B
Makefile

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