ci(lintcommit): fix error output

Using print() alone doesn't work properly, toggling the verbose option
is still required.
This commit is contained in:
dundargoc
2023-04-22 17:37:45 +02:00
committed by GitHub
parent 732cb9e1e0
commit ccce200cde
3 changed files with 20 additions and 14 deletions

View File

@@ -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