Skip to content

feat(nvim)!: switch to lazy.nvim #213

feat(nvim)!: switch to lazy.nvim

feat(nvim)!: switch to lazy.nvim #213

Workflow file for this run

name: lint
on:
push:
paths:
- '**.lua'
pull_request:
paths:
- '**.lua'
workflow_dispatch:
jobs:
stylua:
name: StyLua
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Lint with StyLua
uses: JohnnyMorganz/stylua-action@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: latest
args: --config-path nvim/.stylua.toml --check nvim/
luacheck:
name: luacheck
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Lint with luacheck
uses: lunarmodules/luacheck@v0
with:
args: --config nvim/.luacheckrc nvim/