File tree Expand file tree Collapse file tree 2 files changed +33
-0
lines changed
Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Original file line number Diff line number Diff line change 1+ name : Fugitive GitLab
2+ on : [push, pull_request]
3+ jobs :
4+ Vader :
5+ strategy :
6+ matrix :
7+ vim :
8+ - package : vim
9+ bin : vim
10+ - package : neovim
11+ bin : nvim
12+ runs-on : ubuntu-latest
13+ steps :
14+ - name : Git clone Vader
15+ uses : actions/checkout@v2
16+ with :
17+ repository : junegunn/vader.vim
18+ path : vader.vim
19+ - name : Git clone Fugitive
20+ uses : actions/checkout@v2
21+ with :
22+ repository : tpope/vim-fugitive
23+ path : vim-fugitive
24+ - name : Check out repository code
25+ uses : actions/checkout@v2
26+ with :
27+ path : fugitive-gitlab.vim
28+ - name : Install packages
29+ run : sudo apt-get install -y ${{ matrix.vim.package }} curl
30+ - name : Run vader against ${{ matrix.vim.package }}
31+ run : ${{ matrix.vim.bin }} -Es -Nu fugitive-gitlab.vim/test/vimrc -c "Vader! fugitive-gitlab.vim/test/*" 2>&1
Original file line number Diff line number Diff line change 11# fugitive-cgit.vim
22
3+ [ ![ Fugitive cgit] ( https://github.com/sudotac/fugitive-cgit.vim/actions/workflows/vader.yml/badge.svg?branch=master )] ( https://github.com/sudotac/fugitive-cgit.vim/actions/workflows/vader.yml )
4+
35[ fugitive.vim] [ ] is undoubtedly the best Git wrapper of all time.
46
57This plugin allows you to use it with a cgit instance.
You can’t perform that action at this time.
0 commit comments