Bumped workflows to v6.19
This commit is contained in:
parent
6b4fed3b72
commit
1b73422a16
|
@ -1,6 +0,0 @@
|
|||
name: LÖVE/Lua Library
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
Static-Analysis:
|
||||
uses: jmaa/workflows/.gitea/workflows/lua.yaml@main
|
8
.gitea/workflows/love-library.yaml
Normal file
8
.gitea/workflows/love-library.yaml
Normal 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
|
|
@ -1,4 +1,4 @@
|
|||
std = "max"
|
||||
std = "max+love"
|
||||
cache = true
|
||||
include_files = {"**.lua", "*.luacheckrc"}
|
||||
exclude_files = {}
|
||||
|
|
1
test/init.lua
Normal file
1
test/init.lua
Normal file
|
@ -0,0 +1 @@
|
|||
-- TODO
|
Loading…
Reference in New Issue
Block a user