Skip to content

Update to use nvim 0.11.0 #98

Update to use nvim 0.11.0

Update to use nvim 0.11.0 #98

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
jobs:
format:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install luacheck
run: |
sudo apt-get update
sudo apt-get install -y luarocks
sudo luarocks install luacheck
- name: Run luacheck
run: luacheck lua/ --globals vim