Skip to content

introduce new wiki file type #73

introduce new wiki file type

introduce new wiki file type #73

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