Change demo
This commit is contained in:
父節點
a4ea3f7459
當前提交
75cbc315d7
12
.gitea/workflows/linting.yaml
Normal file
12
.gitea/workflows/linting.yaml
Normal file
@ -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