1
0

Bumped workflows to v6.19
Some checks failed
LÖVE Library / Lua-Testing (push) Successful in 6s
LÖVE Library / Static-Analysis (push) Failing after 3s

This commit is contained in:
Jon Michael Aanes 2024-04-26 11:50:01 +02:00
parent 6b4fed3b72
commit 1b73422a16
4 changed files with 10 additions and 7 deletions

View File

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

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,4 +1,4 @@
std = "max" std = "max+love"
cache = true cache = true
include_files = {"**.lua", "*.luacheckrc"} include_files = {"**.lua", "*.luacheckrc"}
exclude_files = {} exclude_files = {}

1
test/init.lua Normal file
View File

@ -0,0 +1 @@
-- TODO