Compare commits
No commits in common. "f63a48809e9a2d42d19be26dd61ce229e727569f" and "13f8d1fbc9568da05bd8ee526a2a863d87d68e9c" have entirely different histories.
f63a48809e
...
13f8d1fbc9
8
.gitea/workflows/lua-library.yaml
Normal file
8
.gitea/workflows/lua-library.yaml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
name: Lua Library
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
Lua-Testing:
|
||||||
|
uses: jmaa/workflows/.gitea/workflows/lua-testing.yaml@v6.19
|
||||||
|
Static-Analysis:
|
||||||
|
uses: jmaa/workflows/.gitea/workflows/lua-static-analysis.yaml@v6.19
|
|
@ -1,8 +0,0 @@
|
||||||
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
|
|
|
@ -1,6 +1,6 @@
|
||||||
std = "love+max"
|
std = "max"
|
||||||
cache = true
|
cache = true
|
||||||
include_files = {"**.lua", "*.luacheckrc"}
|
include_files = {"src/**/*.lua", "content/**/*.lua", "*.luacheckrc"}
|
||||||
exclude_files = {}
|
exclude_files = {}
|
||||||
self = false
|
self = false
|
||||||
max_line_length=false
|
max_line_length=false
|
||||||
|
|
2
init.lua
2
init.lua
|
@ -1,4 +1,4 @@
|
||||||
local _VERSION = '0.5.2'
|
local _VERSION = '0.5.1'
|
||||||
|
|
||||||
local assert_gooder = assert(require((... and select('1', ...):match('.+')..'.' or '')..'assert-gooder'), '[assert-gooder]: Could not load vital library: assert-gooder')
|
local assert_gooder = assert(require((... and select('1', ...):match('.+')..'.' or '')..'assert-gooder'), '[assert-gooder]: Could not load vital library: assert-gooder')
|
||||||
assert_gooder._VERSION = _VERSION
|
assert_gooder._VERSION = _VERSION
|
||||||
|
|
Loading…
Reference in New Issue
Block a user