Change demo
Tüm denetlemeler başarılı oldu
Linting / Luacheck (push) Successful in 13s
continuous-integration/drone/push Build is passing

Bu işleme şunda yer alıyor:
Florian Brinker 2024-09-20 02:58:18 +02:00
ebeveyn a4ea3f7459
işleme 75cbc315d7

Dosyayı Görüntüle

@ -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