6
0

Serious pipeline

This commit is contained in:
Jon Michael Aanes 2024-04-13 16:18:46 +02:00
parent 50e1b81ece
commit 6796f343cf
Signed by: Jmaa
SSH Key Fingerprint: SHA256:Ab0GfHGCblESJx7JRE4fj4bFy/KRpeLhi41y4pF3sNA

View File

@ -6,7 +6,16 @@ on:
secrets:
jobs:
Static-Analysis:
Static-Analysis-Serious:
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
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