1
0
Fork 0

Workflows

This commit is contained in:
Jon Michael Aanes 2023-12-12 23:30:19 +01:00
parent aec8db9c15
commit 59acc066bf
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