Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Mar 4, 2024
1 parent fcedb31 commit b37effe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b37effe

Please sign in to comment.