Files
Hyprland-gentoo/dotfiles/nvim/.github/workflows/lint_code.yml
2025-03-24 20:37:02 -04:00

12 lines
386 B
YAML

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 --max-line-length 150 --no-config --globals vim _debugging _command_panel _flash_esc_or_noh _telescope_collections _toggle_inlayhint _toggle_virtualtext _toggle_lazygit