Serious pipeline
This commit is contained in:
parent
50e1b81ece
commit
6796f343cf
|
@ -6,7 +6,16 @@ on:
|
||||||
secrets:
|
secrets:
|
||||||
|
|
||||||
jobs:
|
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
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
|
|
Loading…
Reference in New Issue
Block a user