Skip to content

upgrade(indent-blankline.nvim): upgrade to v3.0 (#261) #8

upgrade(indent-blankline.nvim): upgrade to v3.0 (#261)

upgrade(indent-blankline.nvim): upgrade to v3.0 (#261) #8

Workflow file for this run

name: CI
on:
pull_request: ~
push:
branches:
- main
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
typecheck:
name: Type check
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Neovim Typecheck linter
uses: stevearc/nvim-typecheck-action@v1
with:
path: lua
level: Information
configpath: ".luarc.json"
neodev-version: stable
luacheck:
name: Lua check
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Luacheck linter
uses: lunarmodules/luacheck@v1
with:
args: lua --config .luacheckrc