Skip to content

feat: show result of assignments as virtual text #67

feat: show result of assignments as virtual text

feat: show result of assignments as virtual text #67

Workflow file for this run

name: Luacheck
on:
pull_request: {}
push:
branches:
- develop
- 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