Skip to content

⚰️ Updating deps for neo-tree using nvim-webdevicons #11

⚰️ Updating deps for neo-tree using nvim-webdevicons

⚰️ Updating deps for neo-tree using nvim-webdevicons #11

Workflow file for this run

name: Luacheck
on:
pull_request: {}
push:
branches:
- main
jobs:
luacheck:
name: Luacheck
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Prepare
run: |
sudo apt-get update
sudo apt-get install -y luarocks
sudo luarocks install luacheck
- name: Lint
run: make luacheck