We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22c1fc8 commit cd1757aCopy full SHA for cd1757a
.github/workflows/vim-test.yml
@@ -35,7 +35,10 @@ jobs:
35
run: Invoke-Build Build
36
37
- name: Install Vim
38
+ id: vim
39
uses: rhysd/action-setup-vim@v1
40
+ with:
41
+ version: nightly
42
43
- name: Checkout vim-ps1
44
uses: actions/checkout@v4
@@ -59,6 +62,9 @@ jobs:
59
62
repository: thinca/vim-themis
60
63
path: vim-themis
61
64
65
+ # - name: Debug if run with debugging enabled
66
+ # uses: lhotari/action-upterm@v1
67
+
68
- name: Run Themis with full CLI
69
env:
70
THEMIS_VIM: ${{ steps.vim.outputs.executable }}
0 commit comments