proper name for luacheck workflow

This commit is contained in:
BuckarooBanzay
2020-06-18 11:36:41 +02:00
parent caecf49383
commit 022c6ad9a0
2 changed files with 3 additions and 1 deletions

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

@ -0,0 +1,11 @@
on: [push, pull_request]
name: luacheck
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: lint
uses: Roang-zero1/factorio-mod-luacheck@master
with:
luacheckrc_url: ""