mirror of
https://github.com/chenasraf/vim-matchup.git
synced 2026-05-18 01:38:57 +00:00
Fix github action
This commit is contained in:
9
.github/workflows/neovim.yml
vendored
9
.github/workflows/neovim.yml
vendored
@@ -12,10 +12,9 @@ jobs:
|
||||
build:
|
||||
strategy:
|
||||
matrix:
|
||||
vim_type: ['Neovim']
|
||||
neovim_version:
|
||||
- 'head'
|
||||
- 'stable'
|
||||
- 'nightly'
|
||||
- 'v0.4.3'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: 'actions/checkout@v2'
|
||||
@@ -26,8 +25,8 @@ jobs:
|
||||
- name: 'setup Neovim'
|
||||
uses: 'thinca/action-setup-vim@v1'
|
||||
with:
|
||||
vim_version: '${{ matrix.neovim_version }}'
|
||||
vim_type: '${{ matrix.vim_type }}'
|
||||
neovim: true
|
||||
verion: '${{ matrix.neovim_version }}'
|
||||
|
||||
- name: 'Show version'
|
||||
run: nvim --version
|
||||
|
||||
Reference in New Issue
Block a user