File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 include :
3333 - neovim : " v0.11.6"
3434 os : " ubuntu-latest"
35+ - neovim : " v0.12.0"
36+ os : " ubuntu-latest"
3537 - neovim : " stable"
3638 os : " windows-latest"
3739 steps :
Original file line number Diff line number Diff line change 1212 luals-check :
1313 strategy :
1414 matrix :
15- neovim : ["nightly"]
15+ neovim : ["0.12", " nightly"]
1616 lua : ["luajit-master", "5.1"]
1717 runs-on : ubuntu-latest
1818
2727 - name : Install tools
2828 uses : jdx/mise-action@v2
2929 with :
30- install_args : " github:neovim/neovim@nightly "
30+ install_args : " github:neovim/neovim@${{matrix.neovim}} "
3131
3232 - name : Run emmylua_check
3333 continue-on-error : true
Original file line number Diff line number Diff line change 1212 luals-check :
1313 strategy :
1414 matrix :
15- neovim : ["nightly"]
15+ neovim : ["0.12", " nightly"]
1616 lua : ["luajit-master", "5.1"]
1717 runs-on : ubuntu-latest
1818
You can’t perform that action at this time.
0 commit comments