Serious pipeline v2
This commit is contained in:
parent
6796f343cf
commit
353d430e1c
|
@ -1,4 +1,4 @@
|
||||||
name: Lua Project
|
name: Lua Static Analysis, Serious
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
|
@ -15,11 +15,3 @@ jobs:
|
||||||
uses: https://github.com/lunarmodules/luacheck@v1.1.1
|
uses: https://github.com/lunarmodules/luacheck@v1.1.1
|
||||||
with:
|
with:
|
||||||
args: --allow-defined-top --no-unused-args --only 0 --only 113 --only 142 --only 143 --only 221 --only 321 --only 341
|
args: --allow-defined-top --no-unused-args --only 0 --only 113 --only 142 --only 143 --only 221 --only 321 --only 341
|
||||||
Static-Analysis-Mild:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Check out repository code
|
|
||||||
uses: actions/checkout@v3
|
|
||||||
- name: Luacheck linter
|
|
||||||
uses: https://github.com/lunarmodules/luacheck@v1.1.1
|
|
||||||
|
|
15
.gitea/workflows/lua-static-analysis.yaml
Normal file
15
.gitea/workflows/lua-static-analysis.yaml
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
name: Lua Static Analysis, Mild
|
||||||
|
|
||||||
|
on:
|
||||||
|
workflow_call:
|
||||||
|
inputs:
|
||||||
|
secrets:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
Static-Analysis-Mild:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Check out repository code
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
- name: Luacheck linter
|
||||||
|
uses: https://github.com/lunarmodules/luacheck@v1.1.1
|
Loading…
Reference in New Issue
Block a user