ci(lintcommit): turn off debug tracing (#22196)

The default output is too verbose and messy for someone not already
familiar with lintcommit, which defeats it purpose.
This commit is contained in:
dundargoc 2023-02-09 23:23:48 +01:00 committed by GitHub
parent 2b09b39aec
commit eb3f8989a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,4 +20,4 @@ jobs:
with:
neovim: true
- run: wget https://raw.githubusercontent.com/neovim/neovim/master/scripts/lintcommit.lua
- run: nvim --clean -es +"cd pr_nvim" +"lua dofile('../lintcommit.lua').main({trace=true})"
- run: nvim --clean -es +"cd pr_nvim" +"lua dofile('../lintcommit.lua').main({trace=false})"