Change demo
Όλοι οι έλεγχοι ήταν επιτυχείς
Linting / Luacheck (push) Successful in 13s
continuous-integration/drone/push Build is passing
Όλοι οι έλεγχοι ήταν επιτυχείς
Linting / Luacheck (push) Successful in 13s
continuous-integration/drone/push Build is passing
Αυτή η υποβολή περιλαμβάνεται σε:
γονέας
a4ea3f7459
υποβολή
75cbc315d7
12
.gitea/workflows/linting.yaml
Κανονικό αρχείο
12
.gitea/workflows/linting.yaml
Κανονικό αρχείο
@ -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
|
Φόρτωση…
Αναφορά σε νέο ζήτημα
Block a user