Skip to content

docs(nvim): update configuration example #12

docs(nvim): update configuration example

docs(nvim): update configuration example #12

Workflow file for this run

name: Luacheck
on:
push:
branches:
- master
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: Jayrgo/luacheck-action@v1
with:
files: '.'