diff options
| author | Lewis Russell <lewis6991@gmail.com> | 2023-04-22 14:10:35 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-22 15:10:35 +0200 |
| commit | 732cb9e1e0a90f40d9189bffe009bbb7f8456eeb (patch) | |
| tree | 4c8166a91583c25b2ee41fed02df4a2dd203844e /.github/workflows/lintcommit.yml | |
| parent | d89eb71040a1426a7aded5426b5ce5f50f8ce223 (diff) | |
| download | rneovim-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.yml | 2 |
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 |