Skip to content

feat(nvim): setup LSP and completion using blink #927

feat(nvim): setup LSP and completion using blink

feat(nvim): setup LSP and completion using blink #927

Workflow file for this run

name: Lint
on:
push:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "lts/Iron"
cache: "npm"
- run: npm ci
- uses: leafo/gh-actions-lua@v10
- uses: leafo/gh-actions-luarocks@v4
- name: Setup dependencies
run: |
pip install vim-vint yamllint
luarocks install luacheck
luarocks install lanes
- name: Install stylua from crates.io
uses: baptiste0928/cargo-install@v3
with:
crate: stylua
- name: Lint files
run: make lint