aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/lintcommit.yml
diff options
context:
space:
mode:
authorLewis Russell <lewis6991@gmail.com>2023-04-22 14:10:35 +0100
committerGitHub <noreply@github.com>2023-04-22 15:10:35 +0200
commit732cb9e1e0a90f40d9189bffe009bbb7f8456eeb (patch)
tree4c8166a91583c25b2ee41fed02df4a2dd203844e /.github/workflows/lintcommit.yml
parentd89eb71040a1426a7aded5426b5ce5f50f8ce223 (diff)
downloadrneovim-732cb9e1e0a90f40d9189bffe009bbb7f8456eeb.tar.gz
rneovim-732cb9e1e0a90f40d9189bffe009bbb7f8456eeb.tar.bz2
rneovim-732cb9e1e0a90f40d9189bffe009bbb7f8456eeb.zip
ci(lintcommit): use nvim -l
Diffstat (limited to '.github/workflows/lintcommit.yml')
-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 77c75fbd76..71a7ad1462 100644
--- a/.github/workflows/lintcommit.yml
+++ b/.github/workflows/lintcommit.yml
@@ -16,4 +16,4 @@ jobs:
- uses: rhysd/action-setup-vim@v1
with:
neovim: true
- - run: nvim --clean -es +"lua require('scripts.lintcommit').main({trace=false})"
+ - run: nvim --clean -l scripts/lintcommit.lua main --notrace