File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -96,19 +96,19 @@ jobs:
96
96
- os : ubuntu-20.04
97
97
manager : sudo apt-get
98
98
packages : -y fd-find esl-erlang elixir
99
- nvim-version : 0 .8.3
99
+ nvim-version : v0 .8.3
100
100
- os : ubuntu-20.04
101
101
manager : sudo apt-get
102
102
packages : -y fd-find esl-erlang elixir
103
- nvim-version : 0 .9.5
103
+ nvim-version : v0 .9.5
104
104
- os : macos-14
105
105
manager : brew
106
106
packages : fd elixir
107
- nvim-version : 0 .8.3
107
+ nvim-version : v0 .8.3
108
108
- os : macos-14
109
109
manager : brew
110
110
packages : fd elixir
111
- nvim-version : 0 .9.5
111
+ nvim-version : v0 .9.5
112
112
steps :
113
113
- uses : actions/checkout@v4
114
114
- uses : extractions/setup-just@v2
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ init: deps
13
13
#!/usr/bin/env bash
14
14
nvim-test/ bin/ nvim-test --init
15
15
16
- test nvim_version = " 0 .9.5": init
16
+ test nvim_version = " v0 .9.5": init
17
17
#!/usr/bin/env bash
18
18
nvim-test/ bin/ nvim-test --target_version {{ nvim_version}} busted --lpath=" $PWD/lua/?.lua"
19
19
You can’t perform that action at this time.
0 commit comments