1
0
mirror of https://github.com/pandorabox-io/banners.git synced 2025-06-28 14:26:19 +02:00

add luacheck

This commit is contained in:
Luke aka SwissalpS
2024-11-27 22:33:36 +01:00
parent 51ec2a8695
commit 3b3ea242f7
2 changed files with 22 additions and 0 deletions

10
.github/workflows/luacheck.yml vendored Normal file
View File

@ -0,0 +1,10 @@
name: luacheck
on: [push, pull_request]
jobs:
luacheck:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Luacheck
uses: lunarmodules/luacheck@master