Compare commits
No commits in common. "326965de6c1937d8afb4f59837008392d7eb0b4a" and "c09e54d9c1c7e03e9502066b9f5e08afa80dd8c6" have entirely different histories.
326965de6c
...
c09e54d9c1
8
.gitea/workflows/lua-library.yaml
Normal file
8
.gitea/workflows/lua-library.yaml
Normal 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
|
|
@ -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,6 +1,6 @@
|
||||||
std = "love+max"
|
std = "max"
|
||||||
cache = true
|
cache = true
|
||||||
include_files = {"**.lua", "*.luacheckrc"}
|
include_files = {"**.lua"}
|
||||||
exclude_files = {}
|
exclude_files = {}
|
||||||
self = false
|
self = false
|
||||||
max_line_length=false
|
max_line_length=false
|
||||||
|
|
Loading…
Reference in New Issue
Block a user