1
0
şunun yansıması https://github.com/minetest-mods/maptools.git eşitlendi 2025-12-31 19:15:21 +01:00

Switch from Travis CI to GitHub Actions (#20)

Bu işleme şunda yer alıyor:
David Leal
2020-07-18 12:43:43 -05:00
işlemeyi yapan: GitHub
ebeveyn b537954edf
işleme 409cca2699
6 değiştirilmiş dosya ile 21 ekleme ve 16 silme

10
.github/CONTRIBUTING.md sağlanmış Normal dosya
Dosyayı Görüntüle

@@ -0,0 +1,10 @@
# Contributing to Map Tools
Thank you for your interest in Map Tools! Before contributing,
be sure to know about these few guidelines:
- Contributions have to be licensed under the zlib license (or compatible)
for code, and CC BY-SA 3.0 (or compatible) for assets.
- Make sure to update the changelog, keeping the
[changelog format](http://keepachangelog.com/en/1.0.0/) we use.
- Don't bump the version yourself. Maintainers will do this when necessary.

11
.github/workflows/build.yml sağlanmış Normal dosya
Dosyayı Görüntüle

@@ -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: ""