Add Factorio Luacheck
See https://github.com/marketplace/actions/factorio-mod-luacheck for more information.
This commit is contained in:
parent
bf45ad7e15
commit
44fb87a68e
11
.github/workflows/check-release.yml
vendored
Normal file
11
.github/workflows/check-release.yml
vendored
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
on: [push, pull_request]
|
||||||
|
name: Check & Release
|
||||||
|
jobs:
|
||||||
|
lint:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@master
|
||||||
|
- name: lint
|
||||||
|
uses: Roang-zero1/factorio-mod-luacheck@master
|
||||||
|
with:
|
||||||
|
luacheckrc_url: https://raw.githubusercontent.com/Panquesito7/lavastuff/master/.luacheckrc # Will be changed soon to "minetest-mods"
|
Loading…
x
Reference in New Issue
Block a user