1
0

Compare commits

..

No commits in common. "2a29240aeaf651e3b3c17ce97d04191fcac1b5ff" and "3c3bf9b1a966411aa1612b07236546cf4e2e2b0a" have entirely different histories.

4 changed files with 10 additions and 10 deletions

View File

@ -0,0 +1,8 @@
name: LÖVE 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

View File

@ -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

View File

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

View File

@ -1,4 +1,4 @@
local _VERSION = '0.1.2' local _VERSION = '0.1.1'
local lib = require ((...) .. '.spritesheet') local lib = require ((...) .. '.spritesheet')
lib._VERSION = _VERSION lib._VERSION = _VERSION