Compare commits
No commits in common. "2a29240aeaf651e3b3c17ce97d04191fcac1b5ff" and "3c3bf9b1a966411aa1612b07236546cf4e2e2b0a" have entirely different histories.
2a29240aea
...
3c3bf9b1a9
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,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
|
|
@ -1,4 +1,4 @@
|
|||
std = "love+max"
|
||||
std = "max+love"
|
||||
cache = true
|
||||
include_files = {"**.lua", "*.luacheckrc"}
|
||||
exclude_files = {}
|
||||
|
|
Loading…
Reference in New Issue
Block a user