Skip to content

Commit

Permalink
Update nvim.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
h4ckm1n-dev authored May 9, 2024
1 parent 04ff8b3 commit f90c0bf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nvim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,13 @@ jobs:
# Run Neovim in headless mode, capture both stdout and stderr
OUTPUT=$(docker run --rm local-neovim-setup nvim --headless -c 'checkhealth' -c 'qa' 2>&1)
echo "$OUTPUT" # Print the output for logging purposes
# Check the output for 'ERROR' or any other significant keywords
if echo "$OUTPUT" | grep -i 'error'; then
echo "Errors detected in Neovim startup or checkhealth."
exit 1 # Exit with error status if errors are found
fi


- name: Lint Lua files
run: |
Expand Down

0 comments on commit f90c0bf

Please sign in to comment.