6
0

Serious pipeline v2

This commit is contained in:
Jon Michael Aanes 2024-04-13 16:22:29 +02:00
parent 6796f343cf
commit 353d430e1c
Signed by: Jmaa
SSH Key Fingerprint: SHA256:Ab0GfHGCblESJx7JRE4fj4bFy/KRpeLhi41y4pF3sNA
2 changed files with 16 additions and 9 deletions

View File

@ -1,4 +1,4 @@
name: Lua Project
name: Lua Static Analysis, Serious
on:
workflow_call:
@ -15,11 +15,3 @@ jobs:
uses: https://github.com/lunarmodules/luacheck@v1.1.1
with:
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

View 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