From 75cbc315d71001e11021b364c0142598c4db0f44 Mon Sep 17 00:00:00 2001 From: Florian Brinker Date: Fri, 20 Sep 2024 02:58:18 +0200 Subject: [PATCH] Change demo --- .gitea/workflows/linting.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitea/workflows/linting.yaml diff --git a/.gitea/workflows/linting.yaml b/.gitea/workflows/linting.yaml new file mode 100644 index 0000000..c01ba33 --- /dev/null +++ b/.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 \ No newline at end of file