1
0
дзеркало https://github.com/minetest-mods/technic.git synced 2025-06-30 23:30:38 +02:00

Add GitHub workflow and luacheck (#545)

Add badge to README
Fix luacheck warnings
Remove node_ownership globals (and support)
This commit is contained in:
David Leal
2020-06-12 13:39:00 -05:00
зафіксовано GitHub
джерело befe3ecc86
коміт a8daa417c4
31 змінених файлів з 115 додано та 80 видалено

11
.github/workflows/check-release.yml сторонній 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/minetest-mods/technic/master/.luacheckrc