From 61452e0cb999b80f812199ee0cc61c7d7991dd6e Mon Sep 17 00:00:00 2001
From: bronsen <kontakt+gitcommit@nrrd.de>
Date: Mon, 3 Mar 2025 22:55:28 +0100
Subject: [PATCH] [just] add "lint" recipe

currently only lints `Vagrantfile`
---
 justfile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/justfile b/justfile
index eddaf8b..e0add06 100644
--- a/justfile
+++ b/justfile
@@ -9,3 +9,6 @@ deps:
 
 check playbook=default_playbook inventory=default_inventory:
   ansible-playbook {{playbook}} --inventory={{inventory}} --check
+
+lint:
+  vagrant validate