mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
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:
parent
2b09b39aec
commit
eb3f8989a0
2
.github/workflows/lintcommit.yml
vendored
2
.github/workflows/lintcommit.yml
vendored
@ -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})"
|
||||
|
Loading…
Reference in New Issue
Block a user