Skip to content

remove duplicate and obsolete lexer vbscript.lua #72

remove duplicate and obsolete lexer vbscript.lua

remove duplicate and obsolete lexer vbscript.lua #72

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