Create luackeck.yml (#4)

This commit is contained in:
Kyle Yasuda 2023-08-07 01:15:05 -07:00 committed by GitHub
parent af81562606
commit a39a7c6a95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

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