mirror of
https://github.com/pandorabox-io/banners.git
synced 2025-01-04 23:20:36 +01:00
add luacheck
This commit is contained in:
parent
51ec2a8695
commit
3b3ea242f7
10
.github/workflows/luacheck.yml
vendored
Normal file
10
.github/workflows/luacheck.yml
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
name: luacheck
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
luacheck:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@master
|
||||
- name: Luacheck
|
||||
uses: lunarmodules/luacheck@master
|
12
.luacheckrc
Normal file
12
.luacheckrc
Normal file
@ -0,0 +1,12 @@
|
||||
globals = {
|
||||
"banners",
|
||||
"smartfs",
|
||||
}
|
||||
|
||||
read_globals = {
|
||||
"core",
|
||||
"dump",
|
||||
"factions",
|
||||
"inventory_plus",
|
||||
"unified_inventory",
|
||||
}
|
Loading…
Reference in New Issue
Block a user