mirror of
https://github.com/chenasraf/vim-matchup.git
synced 2026-05-17 17:38:01 +00:00
Try rhysd/action-setup-vim
This commit is contained in:
10
.github/workflows/vim.yml
vendored
10
.github/workflows/vim.yml
vendored
@@ -12,23 +12,21 @@ jobs:
|
||||
build:
|
||||
strategy:
|
||||
matrix:
|
||||
vim_type: ['Vim']
|
||||
vim_version:
|
||||
- 'v9.0.2000'
|
||||
- nightly
|
||||
- 'v8.0.1575'
|
||||
- 'v7.4.2273'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: 'actions/checkout@v3'
|
||||
- uses: 'actions/checkout@v4'
|
||||
|
||||
- name: Install vader.vim
|
||||
run: git clone --depth=1 https://github.com/junegunn/vader.vim.git test/vader/vader.vim
|
||||
|
||||
- name: 'setup Vim'
|
||||
uses: 'thinca/action-setup-vim@v1'
|
||||
uses: 'rhysd/action-setup-vim@v1'
|
||||
with:
|
||||
vim_version: '${{ matrix.vim_version }}'
|
||||
vim_type: '${{ matrix.vim_type }}'
|
||||
version: '${{ matrix.vim_version }}'
|
||||
|
||||
- name: 'Show version'
|
||||
run: vim --version
|
||||
|
||||
Reference in New Issue
Block a user