Skip to content

Merge branch 'main' into nvchad #1922

Merge branch 'main' into nvchad

Merge branch 'main' into nvchad #1922

Workflow file for this run

name: lint code
on: [push, pull_request]
jobs:
luacheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: lunarmodules/luacheck@v1
with:
args: . --std luajit --max-line-length 150 --no-config --globals vim _debugging