Compare commits
No commits in common. "d3c521d9f7954306bed42952b0cf789af99e4a01" and "929df6792e82224d731b653b33c073814b85b6f9" have entirely different histories.
d3c521d9f7
...
929df6792e
6
.gitea/workflows/game.yaml
Normal file
6
.gitea/workflows/game.yaml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
name: LÖVE/Lua Library
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
Static-Analysis:
|
||||||
|
uses: jmaa/workflows/.gitea/workflows/lua.yaml@main
|
|
@ -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,7 +1,7 @@
|
||||||
-- pretty.init
|
-- pretty.init
|
||||||
-- In case somebody loads `init.lua`. Just redirects to `pretty.lua`.
|
-- In case somebody loads `init.lua`. Just redirects to `pretty.lua`.
|
||||||
|
|
||||||
local _VERSION = '0.5.2'
|
local _VERSION = '0.5.1'
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user