1
0

Compare commits

..

No commits in common. "ed512cce18b154e0e51d11315510c677b66cd3a3" and "79e1185cc0f182f8ea68e6a8b8a159b85ecd3c2f" have entirely different histories.

4 changed files with 9 additions and 11 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,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

View File

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