Skip to content

lua: add tests for the different vis.pipe argument variants #74

lua: add tests for the different vis.pipe argument variants

lua: add tests for the different vis.pipe argument variants #74

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