Compare commits
3 Commits
79e1185cc0
...
ed512cce18
Author | SHA1 | Date | |
---|---|---|---|
ed512cce18 | |||
fcdc0d9144 | |||
3634571567 |
|
@ -1,6 +0,0 @@
|
|||
name: LÖVE/Lua Library
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
Static-Analysis:
|
||||
uses: jmaa/workflows/.gitea/workflows/lua.yaml@main
|
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
|
||||
include_files = {"src/**/*.lua", "content/**/*.lua", "*.luacheckrc"}
|
||||
include_files = {"**.lua", "*.luacheckrc"}
|
||||
exclude_files = {}
|
||||
self = false
|
||||
max_line_length=false
|
||||
|
|
Loading…
Reference in New Issue
Block a user