feat: add nvimdots
This commit is contained in:
11
nvim/.github/workflows/lint_code.yml
vendored
Normal file
11
nvim/.github/workflows/lint_code.yml
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
name: lint code
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
luacheck:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: lunarmodules/luacheck@v1
|
||||
with:
|
||||
args: . --std luajit --globals vim _debugging _command_panel _flash_esc_or_noh _telescope_collections _toggle_lazygit --max-line-length 150 --no-config
|
||||
Reference in New Issue
Block a user