1
0

Compare commits

..

No commits in common. "7f96c5ba074500ae47a28760aaec470c3f9333e2" and "e36a237908efeacbb2d59130c155154277b7b00b" have entirely different histories.

3 changed files with 7 additions and 9 deletions

View File

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

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 @@
local _VERSION = '1.0.2' local _VERSION = '1.0.1'
local colors = require ((...) .. '.colors') local colors = require ((...) .. '.colors')
colors._VERSION = _VERSION colors._VERSION = _VERSION