mirror of
https://github.com/dhruvasagar/vim-table-mode.git
synced 2025-11-08 11:03:47 -05:00
Add checkout vim-testify step to ci workflow
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -27,6 +27,12 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Checkout vim-testify
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: dhruvasagar/vim-testify
|
||||
path: pack/plugins/start/vim-testify
|
||||
|
||||
- name: Install Vim or neovim
|
||||
uses: rhysd/action-setup-vim@v1
|
||||
id: vim
|
||||
|
||||
Reference in New Issue
Block a user