Change demo
Všechny kontroly byly úspěšné
Linting / Luacheck (push) Successful in 13s
continuous-integration/drone/push Build is passing

Tento commit je obsažen v:
Florian Brinker 2024-09-20 02:58:18 +02:00
rodič a4ea3f7459
revize 75cbc315d7

12
.gitea/workflows/linting.yaml Normální soubor
Zobrazit soubor

@ -0,0 +1,12 @@
name: Linting
run-name: ${{ gitea.actor }} is checking the LUA code 🚀
on: [push]
jobs:
Luacheck:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Luacheck linter
uses: lunarmodules/luacheck@v1