1
0
Fork 0

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

This commit is contained in:
Jon Michael Aanes 2023-12-12 23:39:59 +01:00
parent a5a79b5650
commit 8a1ae86aa8
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