1
0

Compare commits

...

3 Commits

Author SHA1 Message Date
ed512cce18 🤖 Bumped version to 0.1.2
Some checks failed
LÖVE/Lua Library / Test (push) Failing after 6s
LÖVE/Lua Library / Static-Analysis (push) Failing after 3s
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
2024-07-07 00:39:08 +02:00
fcdc0d9144 🤖 Repository layout updated to latest version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
2024-07-07 00:34:25 +02:00
3634571567 🤖 Repository layout updated to latest version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
2024-07-07 00:17:59 +02:00
4 changed files with 11 additions and 9 deletions

View File

@ -1,6 +0,0 @@
name: LÖVE/Lua Library
on: [push]
jobs:
Static-Analysis:
uses: jmaa/workflows/.gitea/workflows/lua.yaml@main

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,6 +1,6 @@
std = "max"
std = "love+max"
cache = true
include_files = {"src/**/*.lua", "content/**/*.lua", "*.luacheckrc"}
include_files = {"**.lua", "*.luacheckrc"}
exclude_files = {}
self = false
max_line_length=false

View File

@ -1,4 +1,4 @@
local _VERSION = '0.1.1'
local _VERSION = '0.1.2'
local lib = require ((... and (...) .. '.' or '.') .. 'suggest-require')
return lib