Skip to content

doc(readme): add default config #43

doc(readme): add default config

doc(readme): add default config #43

Workflow file for this run

name: integration
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
integration:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup neovim
uses: rhysd/action-setup-vim@v1
with:
version: nightly
neovim: true
- name: Setup lua
uses: leafo/gh-actions-lua@v10
with:
luaVersion: "luajit-openresty"
- name: Setup luarocks
uses: leafo/gh-actions-luarocks@v4
with:
luarocksVersion: "3.11.1"
- name: Setup tools
shell: bash
run: |
luarocks install luacheck
luarocks install vusted
- name: Run tests
shell: bash
run: make integration