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 a824a83 commit c14cf21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nvim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Lint Lua files
run: |
docker run --rm -v "${{ github.workspace }}:/workspace" local-neovim-setup luacheck /workspace/**/*.lua --no-color
docker run --rm -v "${{ github.workspace }}:/workspace" local-neovim-setup luacheck /workspace/**/*.lua
- name: Test Neovim Configuration
run: |
Expand Down

0 comments on commit c14cf21

Please sign in to comment.