1
0
Fork 0

Bumped workflows to v6.19
Lua Library / Lua-Testing (push) Failing after 5s Details
Lua Library / Static-Analysis (push) Failing after 3s Details

This commit is contained in:
Jon Michael Aanes 2024-04-26 14:26:41 +02:00
parent 9485744f14
commit 31ef3ade89
4 changed files with 9 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: Lua 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,6 +1,6 @@
std = "max"
cache = true
include_files = {"src/**/*.lua", "content/**/*.lua", "*.luacheckrc"}
include_files = {"**.lua"}
exclude_files = {}
self = false
max_line_length=false