mirror of
https://github.com/neovim/neovim.git
synced 2025-09-18 09:18:19 +00:00
ci(lintcommit): fix error output
Using print() alone doesn't work properly, toggling the verbose option is still required.
This commit is contained in:
2
.github/workflows/lintcommit.yml
vendored
2
.github/workflows/lintcommit.yml
vendored
@@ -16,4 +16,4 @@ jobs:
|
||||
- uses: rhysd/action-setup-vim@v1
|
||||
with:
|
||||
neovim: true
|
||||
- run: nvim --clean -l scripts/lintcommit.lua main --notrace
|
||||
- run: nvim --clean -l scripts/lintcommit.lua main
|
||||
|
Reference in New Issue
Block a user