Skip to content

Commit

Permalink
fully rewrite version 0.3.0 (#1108)
Browse files Browse the repository at this point in the history
fully rewrite all . new usage take a look at https://dev.neovim.pro
  • Loading branch information
glepnir authored Jul 9, 2023
1 parent 4f07545 commit a17c975
Show file tree
Hide file tree
Showing 51 changed files with 5,451 additions and 7,661 deletions.
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
github: glepnir
open_collective: nvimdev
custom: ['https://www.paypal.me/bobbyhub']
29 changes: 29 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,32 @@ jobs:
commit_user_name: "github-actions[bot]"
commit_user_email: "github-actions[bot]@users.noreply.github.com"
commit_author: "github-actions[bot] <github-actions[bot]@users.noreply.github.com>"

test:
name: Run Test
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v3
- uses: rhysd/action-setup-vim@v1
id: vim
with:
neovim: true
version: nightly

- name: luajit
uses: leafo/gh-actions-lua@v10
with:
luaVersion: "luajit-2.1.0-beta3"

- name: luarocks
uses: leafo/gh-actions-luarocks@v4

- name: run test
shell: bash
run: |
luarocks install luacheck
luarocks install vusted
vusted ./test
67 changes: 0 additions & 67 deletions Changelog.md

This file was deleted.

Loading

0 comments on commit a17c975

Please sign in to comment.