mirror of
https://github.com/minetest-mods/item_drop.git
synced 2024-12-22 22:02:26 +01:00
de38b20fa6
* Add GitHub workflow and LuaCheck * Fix LuaCheck warnings * Improve README.md
12 lines
318 B
YAML
12 lines
318 B
YAML
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
|