From b37effe318a230d2b2ba58bd85d70e3099867b47 Mon Sep 17 00:00:00 2001 From: Trevor Gross Date: Mon, 4 Mar 2024 16:01:10 -0600 Subject: [PATCH] update --- justfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/justfile b/justfile index acd57cb..0807390 100644 --- a/justfile +++ b/justfile @@ -471,6 +471,10 @@ ci-setup-nvim: #!/bin/sh set -eaux + echo in_ci: {{ in_ci }} + printenv + echo CI: $CI + # Exit if installed if ! command -v nvim; then if [ {{ in_ci }} != '1' ]; then