fix: support Query:iter_matches
changes in upstream neovim
#71
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Pull request check | |
on: | |
pull_request: | |
jobs: | |
format: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: JohnnyMorganz/[email protected] | |
with: | |
token: ${{ secrets.GITHUB_TOKEN }} | |
args: --check . | |
block-fixup: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Block Fixup Commit Merge | |
uses: 13rac1/[email protected] | |
luacheck: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@master | |
- uses: leafo/[email protected] | |
with: | |
luaVersion: 'luajit-2.1.0-beta3' | |
- uses: leafo/[email protected] | |
- name: build | |
run: | | |
luarocks install luacheck | |
- name: test | |
run: | | |
luacheck lua | |