Change demo
This commit is contained in:
parent
a4ea3f7459
commit
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
|
Loading…
Reference in New Issue
Block a user