Compare commits
3 Commits
3c3bf9b1a9
...
2a29240aea
Author | SHA1 | Date | |
---|---|---|---|
2a29240aea | |||
1bc2e29dc1 | |||
59b7c8e847 |
|
@ -1,8 +0,0 @@
|
|||
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
|
8
.gitea/workflows/lua-library.yml
Normal file
8
.gitea/workflows/lua-library.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
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 = "max+love"
|
||||
std = "love+max"
|
||||
cache = true
|
||||
include_files = {"**.lua", "*.luacheckrc"}
|
||||
exclude_files = {}
|
||||
|
|
Loading…
Reference in New Issue
Block a user