mirror of
https://github.com/minetest-mods/item_drop.git
synced 2025-06-28 21:06:03 +02:00
Add GitHub workflow and LuaCheck (#34)
* Add GitHub workflow and LuaCheck * Fix LuaCheck warnings * Improve README.md
This commit is contained in:
11
.github/workflows/build.yml
vendored
Normal file
11
.github/workflows/build.yml
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
on: [push, pull_request]
|
||||
name: build
|
||||
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/minetest-mods/item_drop/master/.luacheckrc
|
Reference in New Issue
Block a user