1
0
mirror of https://github.com/pandorabox-io/banners.git synced 2025-01-08 00:50:32 +01:00
banners/.github/workflows/luacheck.yml

11 lines
223 B
YAML
Raw Permalink Normal View History

2024-11-27 22:33:36 +01:00
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