Add util/

This commit is contained in:
Jean-Patrick Guerrero
2022-01-15 03:12:58 +01:00
parent 2fa971acb4
commit 5e8ecf9903
4 changed files with 37 additions and 7 deletions

View File

@ -18,4 +18,4 @@ jobs:
- name: Setup luacheck
run: luarocks install luacheck
- name: Run luacheck linter
run: lua luacheck.lua .
run: cd util; lua luacheck.lua