Compare commits
No commits in common. "ed512cce18b154e0e51d11315510c677b66cd3a3" and "79e1185cc0f182f8ea68e6a8b8a159b85ecd3c2f" have entirely different histories.
ed512cce18
...
79e1185cc0
6
.gitea/workflows/game.yaml
Normal file
6
.gitea/workflows/game.yaml
Normal file
|
@ -0,0 +1,6 @@
|
|||
name: LÖVE/Lua Library
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
Static-Analysis:
|
||||
uses: jmaa/workflows/.gitea/workflows/lua.yaml@main
|
|
@ -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
|
||||
include_files = {"**.lua", "*.luacheckrc"}
|
||||
include_files = {"src/**/*.lua", "content/**/*.lua", "*.luacheckrc"}
|
||||
exclude_files = {}
|
||||
self = false
|
||||
max_line_length=false
|
||||
|
|
Loading…
Reference in New Issue
Block a user