Skip to content

lua: Report viewport lines and bytes in one table #61

lua: Report viewport lines and bytes in one table

lua: Report viewport lines and bytes in one table #61

Workflow file for this run

name: Lua Check
on:
push:
paths:
- 'lua/**'
jobs:
luacheck:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Dependency
run: sudo apt install lua-check
- name: Check
run: make luacheck