Skip to content

Commit

Permalink
Try rhysd/action-setup-vim
Browse files Browse the repository at this point in the history
  • Loading branch information
andymass committed Dec 14, 2023
1 parent 7c4e8a0 commit 3f4fe49
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/vim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3f4fe49

Please sign in to comment.