This commit is contained in:
parent
0a64b6e966
commit
dded7c5156
6
.gitea/workflows/game.yaml
Normal file
6
.gitea/workflows/game.yaml
Normal file
|
@ -0,0 +1,6 @@
|
|||
name: LÖVE/Lua Library
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
Static-Analysis:
|
||||
uses: jmaa/workflows/.gitea/workflows/lua.yaml@main
|
6
.luacheckrc
Normal file
6
.luacheckrc
Normal file
|
@ -0,0 +1,6 @@
|
|||
std = "max"
|
||||
cache = true
|
||||
include_files = {"src/**/*.lua", "content/**/*.lua", "*.luacheckrc"}
|
||||
exclude_files = {}
|
||||
self = false
|
||||
max_line_length=false
|
Loading…
Reference in New Issue
Block a user