ci: Add workflow to run luacheck linter

master
Thijs Schreijer 2022-03-18 12:12:39 +01:00 committed by Caleb Maclennan
parent f6509d4fd5
commit 480c052572
No known key found for this signature in database
GPG Key ID: B538286DE04ECFE5
1 changed files with 26 additions and 0 deletions

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

@ -0,0 +1,26 @@
name: Luacheck
on: [push, pull_request]
jobs:
luacheck:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Lua
uses: leafo/gh-actions-lua@v8
with:
luaVersion: 5.4
- name: Setup Lua Rocks
uses: leafo/gh-actions-luarocks@v4
- name: Setup dependencies
run: luarocks install luacheck
- name: Run Code Linter
run: |
luacheck .