Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Fix for vim deprecation warning: vim.tbl_islist changed to vim.islist#934

Fix for vim deprecation warning: vim.tbl_islist changed to vim.islist

Fix for vim deprecation warning: vim.tbl_islist changed to vim.islist #934

Workflow file for this run

---
name:CI
on:
pull_request:~
push:
branches:
-master
jobs:
build:
name:Run tests
runs-on:ubuntu-latest
strategy:
fail-fast:true
matrix:
neovim_branch:["v0.5.0", "v0.6.1", "nightly"]
steps:
# Checkout packer
-uses:actions/checkout@v2
# Prepare taken from telescope
-name:Prepare
run:|
mkdir -p _neovim
curl -sL https://github.com/neovim/neovim/releases/download/${{ matrix.neovim_branch }}/nvim-linux64.tar.gz | tar xzf - --strip-components=1 -C "${PWD}/_neovim"
mkdir -p ~/.local/share/nvim/site/pack/vendor/start
git clone --depth 1 https://github.com/nvim-lua/plenary.nvim ~/.local/share/nvim/site/pack/vendor/start/plenary.nvim
ln -s $(pwd) ~/.local/share/nvim/site/pack/vendor/start
-name:Run tests
run:|
export PATH="${PWD}/_neovim/bin:${PATH}"
export VIM="${PWD}/_neovim/share/nvim/runtime"
nvim --version
make test

[8]ページ先頭

©2009-2025 Movatter.jp