Skip to content

Making LuaLS correctly detect all the entities #68

Making LuaLS correctly detect all the entities

Making LuaLS correctly detect all the entities #68

Workflow file for this run

name: Luacheck
on:
pull_request: {}
push:
branches:
- main
jobs:
luacheck:
name: Luacheck
runs-on: ubuntu-22.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