Skip to content

Revert "Replace deprecated vim.api.nvim_buf_add_highlight with vim.hl… #161

Revert "Replace deprecated vim.api.nvim_buf_add_highlight with vim.hl…

Revert "Replace deprecated vim.api.nvim_buf_add_highlight with vim.hl… #161

Workflow file for this run

name: CI
on:
push:
branches:
- 'master'
pull_request:
branches:
- 'master'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: sudo apt install -y lua-check
- name: Lint
run: make lint
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: |
sudo add-apt-repository ppa:neovim-ppa/unstable
sudo apt update
sudo apt install -y neovim
- name: Test
run: make test
format-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: JohnnyMorganz/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: 0.14.2
args: lua --check