🤖 Repository layout updated to latest version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
This commit is contained in:
parent
13f8d1fbc9
commit
1dbb410439
|
@ -1,8 +0,0 @@
|
||||||
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
|
|
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,6 +1,6 @@
|
||||||
std = "max"
|
std = "love+max"
|
||||||
cache = true
|
cache = true
|
||||||
include_files = {"src/**/*.lua", "content/**/*.lua", "*.luacheckrc"}
|
include_files = {"**.lua", "*.luacheckrc"}
|
||||||
exclude_files = {}
|
exclude_files = {}
|
||||||
self = false
|
self = false
|
||||||
max_line_length=false
|
max_line_length=false
|
||||||
|
|
Loading…
Reference in New Issue
Block a user