Skip to content

build: add nixfmt to the devShell #682

build: add nixfmt to the devShell

build: add nixfmt to the devShell #682

Workflow file for this run

---
name: Luacheck Linting Check
on:
push:
pull_request:
workflow_dispatch:
jobs:
luacheck:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Luacheck linter
uses: lunarmodules/luacheck@v1
with:
args: "./lua ./plugin"