1
0
Fork 0

Workflows
LÖVE/Lua Library / Static-Analysis (push) Successful in 3s Details

This commit is contained in:
Jon Michael Aanes 2023-12-12 23:32:45 +01:00
parent aea282914e
commit b0c9c80e98
2 changed files with 12 additions and 0 deletions

View 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
View File

@ -0,0 +1,6 @@
std = "max"
cache = true
include_files = {"src/**/*.lua", "content/**/*.lua", "*.luacheckrc"}
exclude_files = {}
self = false
max_line_length=false