diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2023-02-09 23:23:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-09 23:23:48 +0100 |
commit | eb3f8989a01cce538150700f7bfe75b1af23bd4d (patch) | |
tree | 45b3d6c57ee36fabfc7dffe27af4dbb26bbdcaa6 | |
parent | 2b09b39aec43c33a6db3801aea69380683e39a26 (diff) | |
download | rneovim-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.yml | 2 |
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})" |