1
0

🤖 Repository layout updated to latest version

This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
This commit is contained in:
Takunomi Automaticus, The 2nd 2024-07-07 00:17:59 +02:00
parent 3c3bf9b1a9
commit 59b7c8e847
2 changed files with 9 additions and 1 deletions

View File

@ -0,0 +1,8 @@
name: LÖVE/Lua Library
on: [push]
jobs:
Test:
uses: jmaa/workflows/.gitea/workflows/lua-testing.yaml@v6.21
Static-Analysis:
uses: jmaa/workflows/.gitea/workflows/lua-static-analysis.yaml@v6.21

View File

@ -1,4 +1,4 @@
std = "max+love" std = "love+max"
cache = true cache = true
include_files = {"**.lua", "*.luacheckrc"} include_files = {"**.lua", "*.luacheckrc"}
exclude_files = {} exclude_files = {}