diff options
Diffstat (limited to 'nvim/.config/nvim/.github/workflows/luacheck.yml')
| -rw-r--r-- | nvim/.config/nvim/.github/workflows/luacheck.yml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/nvim/.config/nvim/.github/workflows/luacheck.yml b/nvim/.config/nvim/.github/workflows/luacheck.yml deleted file mode 100644 index 87111d6..0000000 --- a/nvim/.config/nvim/.github/workflows/luacheck.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: Lua Linting - -on: - push: - branches: ["main"] - pull_request: - -jobs: - lint: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - uses: lunarmodules/luacheck@v1 |
