aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2023-02-09 23:23:48 +0100
committerGitHub <noreply@github.com>2023-02-09 23:23:48 +0100
commiteb3f8989a01cce538150700f7bfe75b1af23bd4d (patch)
tree45b3d6c57ee36fabfc7dffe27af4dbb26bbdcaa6
parent2b09b39aec43c33a6db3801aea69380683e39a26 (diff)
downloadrneovim-eb3f8989a01cce538150700f7bfe75b1af23bd4d.tar.gz
rneovim-eb3f8989a01cce538150700f7bfe75b1af23bd4d.tar.bz2
rneovim-eb3f8989a01cce538150700f7bfe75b1af23bd4d.zip
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.
-rw-r--r--.github/workflows/lintcommit.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lintcommit.yml b/.github/workflows/lintcommit.yml
index a7a227865d..9941a01a9b 100644
--- a/.github/workflows/lintcommit.yml
+++ b/.github/workflows/lintcommit.yml
@@ -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})"