Skip to content

feat!: remove config.keymaps #1864

feat!: remove config.keymaps

feat!: remove config.keymaps #1864

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
commit_lint:
runs-on: ubuntu-latest
steps:
# Check commit messages
- uses: webiny/action-conventional-commits@v1.1.0
test:
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
neovim_branch:
- 'v0.8.3'
- 'v0.9.1'
- 'nightly'
env:
NVIM_TEST_VERSION: ${{ matrix.neovim_branch }}
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: leafo/gh-actions-lua@v9
with:
luaVersion: "5.1.5"
- uses: leafo/gh-actions-luarocks@v4
- name: Download Nvim
run: make nvim
- name: Run Test
run: make test