Skip to content

Add support for SHA-256 object format #6

Add support for SHA-256 object format

Add support for SHA-256 object format #6

Workflow file for this run

name: Fugitive cgit
on: [push, pull_request]
jobs:
Vader:
strategy:
matrix:
vim:
- package: vim
bin: vim
- package: neovim
bin: nvim
runs-on: ubuntu-latest
steps:
- name: Git clone Vader
uses: actions/checkout@v3
with:
repository: junegunn/vader.vim
path: vader.vim
- name: Git clone Fugitive
uses: actions/checkout@v3
with:
repository: tpope/vim-fugitive
path: vim-fugitive
- name: Check out repository code
uses: actions/checkout@v3
with:
path: fugitive-cgit.vim
- name: Install packages
run: sudo apt-get install -y ${{ matrix.vim.package }} curl
- name: Run vader against ${{ matrix.vim.package }}
run: ${{ matrix.vim.bin }} -Es -Nu fugitive-cgit.vim/test/vimrc -c "Vader! fugitive-cgit.vim/test/*" 2>&1